Package org.esa.snap.rcp.actions.tools
Class SyncImageViewsAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.esa.snap.rcp.util.BooleanPreferenceKeyAction
-
- org.esa.snap.rcp.actions.tools.SyncImageViewsAction
-
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,PreferenceChangeListener
,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 SyncImageViewsAction extends BooleanPreferenceKeyAction
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
PREFERENCE_DEFAULT_VALUE
static String
PREFERENCE_KEY
-
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 Constructor Description SyncImageViewsAction()
-
Method Summary
-
Methods inherited from class org.esa.snap.rcp.util.BooleanPreferenceKeyAction
actionPerformed, getMenuPresenter, getPopupPresenter, getPreferenceKey, getToolbarPresenter, isSelected, preferenceChange, setSelected
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
PREFERENCE_KEY
public static final String PREFERENCE_KEY
- See Also:
- Constant Field Values
-
PREFERENCE_DEFAULT_VALUE
public static final boolean PREFERENCE_DEFAULT_VALUE
- See Also:
- Constant Field Values
-
-