|
|||||||||||
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.ZoomOutCommand
Command to zoom the extents of the map in to a new location. Creation date: (4/24/2001 2:17:21 PM)
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 | |
ZoomOutCommand()
SelectCommand constructor comment. |
|
ZoomOutCommand(GISDisplay inDisplay)
Construct a simple command with this display. |
|
ZoomOutCommand(GISEditor inEditor)
Construct a simple command with this display. |
Method Summary | |
void |
execute()
Sets the draw model in the display. |
void |
executeDraw(DrawModel inDrawModel)
On the first call for the select model, it will change the model to the edit model. |
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 ZoomOutCommand()
public ZoomOutCommand(GISDisplay inDisplay)
public ZoomOutCommand(GISEditor inEditor)
Method Detail |
public void execute()
execute
in interface Command
execute
in class SimpleCommand
public void executeDraw(DrawModel inDrawModel)
executeDraw
in interface Command
executeDraw
in class SimpleCommand
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |