Class GoToCoordinateAction
java.lang.Object
javax.swing.AbstractAction
com.kheops.jmap.client.application.actions.JMapAbstractAction
com.kheops.jmap.client.application.actions.GoToCoordinateAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
- See Also:
-
Field Summary
Fields inherited from class com.kheops.jmap.client.application.actions.JMapAbstractAction
appContextFields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddestroy()This method is called by theJMapApplicationActionManager.voidinit()This method is called by theJMapApplicationActionManagerafter this action has been created.voidMethods inherited from class com.kheops.jmap.client.application.actions.JMapAbstractAction
hasAnyActiveView, setJMapApplicationContextMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
GoToCoordinateAction
public GoToCoordinateAction()
-
-
Method Details
-
init
public void init()Description copied from class:JMapAbstractActionThis method is called by theJMapApplicationActionManagerafter this action has been created. TheJMapApplicationContextis available at this moment.- Overrides:
initin classJMapAbstractAction
-
showGoToCoordinate
public void showGoToCoordinate() -
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener- Overrides:
actionPerformedin classJMapAbstractAction
-
destroy
public void destroy()Description copied from class:JMapAbstractActionThis method is called by theJMapApplicationActionManager. TheJMapApplicationContextis available at this moment.- Overrides:
destroyin classJMapAbstractAction
-