|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.commands.Command
vocleditor.commands.DeleteSetClassifierRoleCommand
public class DeleteSetClassifierRoleCommand
Constructor Summary | |
---|---|
DeleteSetClassifierRoleCommand()
The constructor. |
Method Summary | |
---|---|
void |
execute()
Entry point for command execution. |
VOCLModel.NavExp |
getParent()
Returns the parent nav exp. |
VOCLModel.SetClassifierRole |
getSetClassifierRole()
Returns the set classifier role. |
void |
redo()
Redo command execution. |
void |
setParent(VOCLModel.NavExp newParent)
Sets the parent nav exp. |
void |
setSetClassifierRole(VOCLModel.SetClassifierRole setClassifierRole)
Sets the set classifier role. |
void |
undo()
Undo command execution. |
Methods inherited from class org.eclipse.gef.commands.Command |
---|
canExecute, canUndo, chain, dispose, getDebugLabel, getLabel, setDebugLabel, setLabel |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeleteSetClassifierRoleCommand()
Method Detail |
---|
public void execute()
execute
in class org.eclipse.gef.commands.Command
public void redo()
redo
in class org.eclipse.gef.commands.Command
public void undo()
undo
in class org.eclipse.gef.commands.Command
public VOCLModel.NavExp getParent()
public void setParent(VOCLModel.NavExp newParent)
newParent
- the new parent nav exp to setpublic VOCLModel.SetClassifierRole getSetClassifierRole()
public void setSetClassifierRole(VOCLModel.SetClassifierRole setClassifierRole)
setClassifierRole
- the set classifier role to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |