Package org.esa.snap.rcp.actions.file
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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.openide.util.actions.Presenter
org.openide.util.actions.Presenter.Menu, org.openide.util.actions.Presenter.Popup, org.openide.util.actions.Presenter.Toolbar
-
Field Summary
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
ReopenProductAction
public ReopenProductAction()
-
-
Method Details
-
getMenuPresenter
- Specified by:
getMenuPresenter
in interfaceorg.openide.util.actions.Presenter.Menu
-
getPopupPresenter
- Specified by:
getPopupPresenter
in interfaceorg.openide.util.actions.Presenter.Popup
-
getToolbarPresenter
- Specified by:
getToolbarPresenter
in interfaceorg.openide.util.actions.Presenter.Toolbar
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-