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 SummaryFields inherited from class com.kheops.jmap.client.application.actions.JMapAbstractActionappContextFields inherited from class javax.swing.AbstractActionchangeSupport, enabledFields inherited from interface javax.swing.ActionACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoiddestroy()This method is called by theJMapApplicationActionManager.voidinit()This method is called by theJMapApplicationActionManagerafter this action has been created.Methods inherited from class com.kheops.jmap.client.application.actions.JMapAbstractActionhasAnyActiveView, setJMapApplicationContextMethods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
- 
Constructor Details- 
ClearSelectionActionpublic ClearSelectionAction()
 
- 
- 
Method Details- 
initpublic void init()Description copied from class:JMapAbstractActionThis method is called by theJMapApplicationActionManagerafter this action has been created. TheJMapApplicationContextis available at this moment.- Overrides:
- initin class- JMapAbstractAction
 
- 
actionPerformed- Specified by:
- actionPerformedin interface- ActionListener
- Overrides:
- actionPerformedin class- JMapAbstractAction
 
- 
destroypublic void destroy()Description copied from class:JMapAbstractActionThis method is called by theJMapApplicationActionManager. TheJMapApplicationContextis available at this moment.- Overrides:
- destroyin class- JMapAbstractAction
 
 
-