Package org.csstudio.opibuilder.commands
Class CreateGuideCommand
java.lang.Object
org.eclipse.gef.commands.Command
org.csstudio.opibuilder.commands.CreateGuideCommand
public final class CreateGuideCommand
extends org.eclipse.gef.commands.Command
A Command to create a Guide.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.gef.commands.Command
canExecute, canRedo, canUndo, chain, dispose, getDebugLabel, getLabel, setDebugLabel, setLabel
-
Constructor Details
-
CreateGuideCommand
-
-
Method Details
-
execute
public void execute()- Overrides:
execute
in classorg.eclipse.gef.commands.Command
-
undo
public void undo()- Overrides:
undo
in classorg.eclipse.gef.commands.Command
-
redo
public void redo()- Overrides:
redo
in classorg.eclipse.gef.commands.Command
-