|
|||||||||||
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.SelectMultiCommand
Command to allow the selection of one or more objects on the display. Creation date: (4/24/2001 2:17:21 PM)
Nested Class Summary |
Nested classes inherited from class javax.swing.AbstractAction |
|
Field Summary | |
static int |
SELECT_BOX
|
static int |
SELECT_DISTANCE
|
static int |
SELECT_POINTER
|
static int |
SELECT_POINTS
|
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 | |
SelectMultiCommand()
SelectCommand constructor comment. |
|
SelectMultiCommand(GISEditor inEditor)
Construct a simple command with this display. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent inActionEvent)
Respont to the actions of the buttons |
void |
execute()
Sets the draw model in the display. |
void |
executeDraw(DrawModel inDrawModel)
Called when the draw model has completed it's action. |
void |
mouseClicked(java.awt.event.MouseEvent inMouseEvent)
|
void |
mouseEntered(java.awt.event.MouseEvent inMouseEvent)
|
void |
mouseExited(java.awt.event.MouseEvent inMouseEvent)
|
void |
mousePressed(java.awt.event.MouseEvent inMouseEvent)
|
void |
mouseReleased(java.awt.event.MouseEvent inMouseEvent)
|
void |
removeDraw(DrawModel inDrawModel)
Removes the additional buttons from visibility. |
void |
setButton(GISMenuButton inButton)
Set the button in this command. |
void |
setType(int inType)
Set the type of select to use. |
Methods inherited from class gistoolkit.application.command.SimpleCommand |
executeAlternate, getGISDisplay, getGISEditor, getIcon, 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 static final int SELECT_POINTER
public static final int SELECT_BOX
public static final int SELECT_POINTS
public static final int SELECT_DISTANCE
Constructor Detail |
public SelectMultiCommand()
public SelectMultiCommand(GISEditor inEditor)
Method Detail |
public void setType(int inType)
public void execute()
execute
in interface Command
execute
in class SimpleCommand
public void executeDraw(DrawModel inDrawModel)
executeDraw
in interface Command
executeDraw
in class SimpleCommand
public void actionPerformed(java.awt.event.ActionEvent inActionEvent)
actionPerformed
in interface java.awt.event.ActionListener
actionPerformed
in class SimpleCommand
public void removeDraw(DrawModel inDrawModel)
removeDraw
in interface Command
removeDraw
in class SimpleCommand
public void setButton(GISMenuButton inButton)
public void mousePressed(java.awt.event.MouseEvent inMouseEvent)
mousePressed
in interface java.awt.event.MouseListener
public void mouseEntered(java.awt.event.MouseEvent inMouseEvent)
mouseEntered
in interface java.awt.event.MouseListener
public void mouseReleased(java.awt.event.MouseEvent inMouseEvent)
mouseReleased
in interface java.awt.event.MouseListener
public void mouseClicked(java.awt.event.MouseEvent inMouseEvent)
mouseClicked
in interface java.awt.event.MouseListener
public void mouseExited(java.awt.event.MouseEvent inMouseEvent)
mouseExited
in interface java.awt.event.MouseListener
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |