|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.commands.Command
roneditor.objectnetview.commands.EditONNodeCommand
roneditor.objectnetview.commands.EditONPlaceCommand
public class EditONPlaceCommand
Edit onPlace properties.
Field Summary | |
---|---|
private int |
newTokens
|
private int |
oldTokens
|
Constructor Summary | |
---|---|
EditONPlaceCommand()
|
Method Summary | |
---|---|
void |
execute()
Properties von einem ONPlace werden geändert |
int |
getNewTokens()
|
ronmodel.ONPlace |
getONPlace()
|
void |
redo()
|
void |
setNewTokens(int newTokens)
|
void |
undo()
|
Methods inherited from class roneditor.objectnetview.commands.EditONNodeCommand |
---|
getNewName, getONNode, setNewName, setONNode |
Methods inherited from class org.eclipse.gef.commands.Command |
---|
canExecute, canUndo, chain, dispose, getDebugLabel, getLabel, setDebugLabel, setLabel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int oldTokens
private int newTokens
Constructor Detail |
---|
public EditONPlaceCommand()
Method Detail |
---|
public ronmodel.ONPlace getONPlace()
public void execute()
ONPlace
werden geändert
execute
in class EditONNodeCommand
Command.execute()
public void undo()
undo
in class EditONNodeCommand
Command.undo()
public void redo()
redo
in class EditONNodeCommand
Command.redo()
public int getNewTokens()
public void setNewTokens(int newTokens)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |