|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
hades.gui.Command
hades.gui.DeleteCommand
DeleteCommand - delete an object (SimObject or WireSegment) from a Design.
Field Summary |
Fields inherited from class hades.gui.Command |
console, debug, editor, ready, versionString |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
DeleteCommand(Editor editor)
construct an DeleteCommand, before we know whether to delete a component (SimObject) or a Signal. |
Method Summary | |
void |
cancel()
|
void |
execute()
perform the action corresponding to this DeleteCommand object and register it with the UndoStack. |
java.lang.String |
getDescription()
|
boolean |
isReady()
check whether the current DeleteCommand object is ready (has all required parameters, etc.). |
void |
mousePressed(FigCanvasEvent ME)
extract the screen and world coordinates of this Event, and dispatch to setPosition(). |
void |
setPosition(java.awt.Point SP,
java.awt.Point WP)
the following method is used to pass the (snapped!) coordinates of an MouseEvent to a Command object. |
java.lang.String |
toString()
toString(): identify this DeleteCommand |
void |
undo()
try to undo the action corresponding to this DeleteCommand object. |
Methods inherited from class hades.gui.Command |
actionPerformed, dbg, getLogExtraArguments, initialize, keyPressed, keyReleased, keyTyped, message, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, statusMessage, writePositionLogMessage |
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DeleteCommand(Editor editor)
Method Detail |
public boolean isReady()
isReady
in class Command
public void execute()
execute
in class Command
public void cancel()
cancel
in class Command
public void undo()
undo
in class Command
public void mousePressed(FigCanvasEvent ME)
mousePressed
in interface FigCanvasListener
mousePressed
in class Command
public void setPosition(java.awt.Point SP, java.awt.Point WP)
Command
setPosition
in class Command
public java.lang.String toString()
toString
in class Command
public java.lang.String getDescription()
getDescription
in class Command
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |