Class ClearSelectionAction
java.lang.Object
javax.swing.AbstractAction
com.kheops.jmap.client.application.actions.JMapAbstractAction
com.kheops.jmap.client.application.actions.ClearSelectionAction
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
- See Also:
-
Field Summary
Fields inherited from class com.kheops.jmap.client.application.actions.JMapAbstractAction
appContext
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
destroy()
This method is called by theJMapApplicationActionManager
.void
init()
This method is called by theJMapApplicationActionManager
after this action has been created.Methods inherited from class com.kheops.jmap.client.application.actions.JMapAbstractAction
hasAnyActiveView, setJMapApplicationContext
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
ClearSelectionAction
public ClearSelectionAction()
-
-
Method Details
-
init
public void init()Description copied from class:JMapAbstractAction
This method is called by theJMapApplicationActionManager
after this action has been created. TheJMapApplicationContext
is available at this moment.- Overrides:
init
in classJMapAbstractAction
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
- Overrides:
actionPerformed
in classJMapAbstractAction
-
destroy
public void destroy()Description copied from class:JMapAbstractAction
This method is called by theJMapApplicationActionManager
. TheJMapApplicationContext
is available at this moment.- Overrides:
destroy
in classJMapAbstractAction
-