org.esa.beam.visat.actions
Class ExportActionGroup

java.lang.Object
  extended by org.esa.beam.framework.ui.command.Command
      extended by org.esa.beam.framework.ui.command.CommandGroup
          extended by org.esa.beam.visat.actions.ActionGroup
              extended by org.esa.beam.visat.actions.ExportActionGroup
All Implemented Interfaces:
com.bc.ceres.core.runtime.ConfigurableExtension

Deprecated. since BEAM 4.9, no replacement

@Deprecated
public class ExportActionGroup
extends ActionGroup


Field Summary
 
Fields inherited from class org.esa.beam.framework.ui.command.Command
ACTION_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_POPUP_TEXT, ACTION_KEY_SEPARATOR_AFTER, ACTION_KEY_SEPARATOR_BEFORE, ACTION_KEY_SORT_CHILDREN, HELP_ID_KEY
 
Constructor Summary
ExportActionGroup()
          Deprecated.  
 
Method Summary
 void updateState(CommandEvent event)
          Deprecated. Called when a command should update its state.
 
Methods inherited from class org.esa.beam.framework.ui.command.CommandGroup
addCommandStateListener, createAction, createMenuItem, createToolBarButton, removeCommandStateListener
 
Methods inherited from class org.esa.beam.framework.ui.command.Command
addEventListener, configure, configure, containsContext, containsLocation, containsProperty, containsPropertyValue, createResourceKey, fireUpdateState, getAccelerator, getAction, getCommandID, getCommandUIFactory, getConfigBoolean, getConfigIcon, getConfigString, getConfigStrings, getContexts, getEventListenerList, getHelpId, getLargeIcon, getLocations, getLongDescription, getMnemonic, getParent, getPlaceAfter, getPlaceBefore, 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, setPopupText, setProperty, setProperty, setSeparatorAfter, setSeparatorBefore, setShortDescription, setSmallIcon, setText, toString, updateComponentTreeUI, updateState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportActionGroup

public ExportActionGroup()
Deprecated. 
Method Detail

updateState

public void updateState(CommandEvent event)
Deprecated. 
Description copied from class: Command
Called when a command should update its state.

This 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.

Overrides:
updateState in class Command
Parameters:
event - the command event


Copyright © 2002-2012 Brockmann Consult GmbH. All Rights Reserved.