|
|||||||||||
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.NewShapeCommand
Command to select objects on the display to edit, and then edit (move the nodes of the selected object) 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 | |
NewShapeCommand()
SelectCommand constructor comment. |
|
NewShapeCommand(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. |
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 |
Constructor Detail |
public NewShapeCommand()
public NewShapeCommand(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
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 |