Class AddChildAction

java.lang.Object
javax.swing.AbstractAction
org.praxislive.ide.pxr.AddChildAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, org.openide.util.actions.Presenter, org.openide.util.actions.Presenter.Menu, org.openide.util.actions.Presenter.Popup, org.openide.util.ContextAwareAction

public class AddChildAction extends AbstractAction implements org.openide.util.ContextAwareAction, org.openide.util.actions.Presenter.Popup, org.openide.util.actions.Presenter.Menu
See Also:
  • Field Details

  • Constructor Details

    • AddChildAction

      public AddChildAction()
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • createContextAwareInstance

      public Action createContextAwareInstance(org.openide.util.Lookup lkp)
      Specified by:
      createContextAwareInstance in interface org.openide.util.ContextAwareAction
    • getPopupPresenter

      public JMenuItem getPopupPresenter()
      Specified by:
      getPopupPresenter in interface org.openide.util.actions.Presenter.Popup
    • getMenuPresenter

      public JMenuItem getMenuPresenter()
      Specified by:
      getMenuPresenter in interface org.openide.util.actions.Presenter.Menu