|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractAction
gistoolkit.application.command.SimpleCommand
gistoolkit.application.command.CenterOnPointCommand
Command to center the map where the user clicks.
Nested Class Summary |
Nested classes inherited from class javax.swing.AbstractAction |
|
Field Summary |
Fields inherited from class javax.swing.AbstractAction |
changeSupport, enabled |
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON |
Constructor Summary | |
CenterOnPointCommand(GISEditor inEditor)
CenterOnPointCommand constructor comment. |
Method Summary | |
void |
execute()
Execute is called when the button is pressed. |
void |
executeDraw(DrawModel inDrawModel)
This method is called by the draw model when it has completed it's task. |
static java.lang.String |
getName()
The identifying name for this command |
Methods inherited from class gistoolkit.application.command.SimpleCommand |
actionPerformed, executeAlternate, getGISDisplay, getGISEditor, getIcon, removeDraw, setGISDisplay, setGISEditor, showError, showInformation |
Methods inherited from class javax.swing.AbstractAction |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CenterOnPointCommand(GISEditor inEditor)
Method Detail |
public static java.lang.String getName()
public void execute()
SimpleCommand
execute
in interface Command
execute
in class SimpleCommand
public void executeDraw(DrawModel inDrawModel)
SimpleCommand
executeDraw
in interface Command
executeDraw
in class SimpleCommand
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |