Class ReopenProductAction

java.lang.Object
javax.swing.AbstractAction
org.esa.snap.rcp.actions.file.ReopenProductAction
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.actions.Presenter.Toolbar

public final class ReopenProductAction extends AbstractAction implements org.openide.util.actions.Presenter.Toolbar, org.openide.util.actions.Presenter.Menu, org.openide.util.actions.Presenter.Popup
See Also:
  • Constructor Details

    • ReopenProductAction

      public ReopenProductAction()
  • Method Details

    • getMenuPresenter

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

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

      public Component getToolbarPresenter()
      Specified by:
      getToolbarPresenter in interface org.openide.util.actions.Presenter.Toolbar
    • actionPerformed

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