|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.commands.Command
roneditor.ruleview.commands.SwitchNacCommand
public class SwitchNacCommand
Command for switch NAC.
Field Summary | |
---|---|
private RulePage |
rulePage
|
private static java.lang.String |
SwitchNacCommand_Label
|
Constructor Summary | |
---|---|
SwitchNacCommand(RulePage rulePage)
|
Method Summary | |
---|---|
boolean |
canExecute()
|
void |
execute()
Entry point for command execution. |
void |
redo()
|
void |
undo()
Undo command execution. |
Methods inherited from class org.eclipse.gef.commands.Command |
---|
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 static final java.lang.String SwitchNacCommand_Label
private RulePage rulePage
Constructor Detail |
---|
public SwitchNacCommand(RulePage rulePage)
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 boolean canExecute()
canExecute
in class org.eclipse.gef.commands.Command
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |