|
|||||||||||
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.ZoomToSelectedShapesCommand
Command to select all the visible records within the selected layer. Creation date: (4/24/2001 2:17:21 PM)
Nested Class Summary |
Nested classes inherited from class javax.swing.AbstractAction |
|
Field Summary | |
Layer |
myLayer
The layer to use when the dialog is called. |
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 | |
ZoomToSelectedShapesCommand(GISEditor inEditor)
Construct a simple command with this editor. |
Method Summary | |
void |
execute()
Zooms to the selected records, or the selected layer if no records selected. |
static java.lang.String |
getName()
The identifying name for this command |
Methods inherited from class gistoolkit.application.command.SimpleCommand |
actionPerformed, executeAlternate, executeDraw, 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 |
Field Detail |
public Layer myLayer
Constructor Detail |
public ZoomToSelectedShapesCommand(GISEditor inEditor)
Method Detail |
public static java.lang.String getName()
public void execute()
execute
in interface Command
execute
in class SimpleCommand
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |