public class ShowImageViewAction extends ExecCommand
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
TOGGLE_ACTION_KEYSELECTED_ACTION_KEYACTION_KEY_CONTEXT, ACTION_KEY_LARGE_ICON, ACTION_KEY_LOCATION, ACTION_KEY_PARENT, ACTION_KEY_PLACE_AFTER, ACTION_KEY_PLACE_BEFORE, ACTION_KEY_PLACE_CONTEXT_TOP, ACTION_KEY_PLACE_FIRST, ACTION_KEY_PLACE_LAST, ACTION_KEY_POPUP_TEXT, ACTION_KEY_SEPARATOR_AFTER, ACTION_KEY_SEPARATOR_BEFORE, ACTION_KEY_SORT_CHILDREN, HELP_ID_KEY| Constructor and Description |
|---|
ShowImageViewAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(CommandEvent event)
Invoked when a command action is performed.
|
JInternalFrame |
openInternalFrame(ProductSceneView view) |
JInternalFrame |
openInternalFrame(ProductSceneView view,
boolean configureByPreferences) |
void |
openProductSceneView(RasterDataNode selectedProductNode) |
void |
updateState(CommandEvent event)
Called when a command should update its state.
|
addCommandListener, configure, configure, createMenuItem, createToolBarButton, execute, execute, fireActionPerformed, isToggle, removeCommandListener, setTogglecreateAction, isSelected, setSelectedaddEventListener, containsContext, containsLocation, containsProperty, containsPropertyValue, createResourceKey, fireUpdateState, getAccelerator, getAction, getCommandID, getCommandUIFactory, getConfigBoolean, getConfigIcon, getConfigString, getConfigStrings, getContexts, getEventListenerList, getHelpId, getLargeIcon, getLocations, getLongDescription, getMnemonic, getParent, getPlaceAfter, getPlaceBefore, getPlaceFirst, getPlaceLast, getPopupText, getProperty, getProperty, getProperty, getProperty, getResourceBoolean, getResourceIcon, getResourceString, getResourceStringArray, getResourceStrings, getShortDescription, getSmallIcon, getSortChildren, getText, getValue, isEnabled, isPlaceAtContextTop, isSeparatorAfter, isSeparatorBefore, removeEventListener, setAccelerator, setCommandID, setCommandUIFactory, setContexts, setEnabled, setHelpId, setLargeIcon, setLocations, setLongDescription, setMnemonic, setParent, setPlaceAfter, setPlaceAtContextTop, setPlaceBefore, setPlaceFirst, setPlaceLast, setPopupText, setProperty, setProperty, setSeparatorAfter, setSeparatorBefore, setShortDescription, setSmallIcon, setText, toString, updateComponentTreeUI, updateStatepublic static final String ID
public void actionPerformed(CommandEvent event)
SelectableCommandactionPerformed in class SelectableCommandevent - the command eventpublic void openProductSceneView(RasterDataNode selectedProductNode)
public JInternalFrame openInternalFrame(ProductSceneView view)
public JInternalFrame openInternalFrame(ProductSceneView view, boolean configureByPreferences)
public void updateState(CommandEvent event)
CommandThis method can contain some code which analyzes the underlying element and makes a decision whether this item or group should be made visible/invisible or enabled/disabled etc.
updateState in class Commandevent - the command eventCopyright © 2002–2014 Brockmann Consult GmbH. All rights reserved.