|
|||||||||
| 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 ProcessLabelCommand

java.lang.ObjectCommand
com.vinculum.processeditor.model.commands.ProcessLabelCommand
- public class ProcessLabelCommand
- extends Command
| Field Summary | |
private com.vinculum.processeditor.model.ProcessLabel |
label
|
private java.lang.String |
newName
|
private java.lang.String |
oldName
|
| Constructor Summary | |
ProcessLabelCommand(com.vinculum.processeditor.model.ProcessLabel l,
java.lang.String s)
|
|
| Method Summary | |
void |
execute()
|
void |
undo()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
newName
private java.lang.String newName
oldName
private java.lang.String oldName
label
private com.vinculum.processeditor.model.ProcessLabel label
| Constructor Detail |
ProcessLabelCommand
public ProcessLabelCommand(com.vinculum.processeditor.model.ProcessLabel l, java.lang.String s)
| Method Detail |
execute
public void execute()
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