|
||||||||||
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.DeleteExpCommand
vocleditor.commands.DeleteBoolExpCommand
public class DeleteBoolExpCommand
Command for deleting a constraint.
Constructor Summary | |
---|---|
DeleteBoolExpCommand(VOCLModel.BoolExp boolexp)
Creates a new DeleteConstraintCommand. |
Method Summary |
---|
Methods inherited from class vocleditor.commands.DeleteExpCommand |
---|
execute, redo, undo |
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 DeleteBoolExpCommand(VOCLModel.BoolExp boolexp)
boolexp
- The BoolExp
to be deleted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |