|
||||||||||
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.DeleteClassifierRoleCommand
public class DeleteClassifierRoleCommand
Command for deleting a ClassifierRole.
Constructor Summary | |
---|---|
DeleteClassifierRoleCommand()
Deletes a Classifier Role from a NavExp |
Method Summary | |
---|---|
void |
execute()
Entry point for command execution. |
void |
redo()
Redo command execution. |
void |
setClassifierRole(VOCLModel.ClassifierRole classifierrole)
sets the classifier to be deleted Stores information about the classifier and eventually about the context to enable clean command execution. |
void |
setParent(VOCLModel.NavExp voclmodel)
Sets the parent navigation expression. |
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 DeleteClassifierRoleCommand()
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 void setClassifierRole(VOCLModel.ClassifierRole classifierrole)
classifierrole
- public void setParent(VOCLModel.NavExp voclmodel)
voclmodel
- the parent navigation expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |