|
|||||||||
| Home >> All >> com >> vinculum >> processeditor >> model >> [ commands overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.vinculum.processeditor.model.commands
Class MoveBendpointCommand

java.lang.ObjectCommand
com.vinculum.processeditor.model.commands.BendpointCommand
com.vinculum.processeditor.model.commands.MoveBendpointCommand
- public class MoveBendpointCommand
- extends BendpointCommand
| Field Summary | |
private Bendpoint |
oldBendpoint
|
| Fields inherited from class com.vinculum.processeditor.model.commands.BendpointCommand |
index, location, wire |
| Constructor Summary | |
MoveBendpointCommand()
|
|
| Method Summary | |
void |
execute()
|
protected Bendpoint |
getOldBendpoint()
|
void |
setOldBendpoint(Bendpoint bp)
|
void |
undo()
|
| Methods inherited from class com.vinculum.processeditor.model.commands.BendpointCommand |
getFirstRelativeDimension, getIndex, getLocation, getSecondRelativeDimension, getWire, redo, setIndex, setLocation, setRelativeDimensions, setWire |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
oldBendpoint
private Bendpoint oldBendpoint
| Constructor Detail |
MoveBendpointCommand
public MoveBendpointCommand()
| Method Detail |
execute
public void execute()
getOldBendpoint
protected Bendpoint getOldBendpoint()
setOldBendpoint
public void setOldBendpoint(Bendpoint bp)
undo
public void undo()
|
|||||||||
| Home >> All >> com >> vinculum >> processeditor >> model >> [ commands overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC