Class GefCommandWrapper
- java.lang.Object
-
- org.eclipse.gef.commands.Command
-
- org.eclipse.graphiti.ui.internal.command.GefCommandWrapper
-
public class GefCommandWrapper extends org.eclipse.gef.commands.Command
-
-
Constructor Summary
Constructors Constructor Description GefCommandWrapper(ICommand command, org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canExecute()
boolean
canUndo()
void
execute()
ICommand
getCommand()
java.lang.String
getLabel()
void
redo()
void
undo()
-
-
-
Constructor Detail
-
GefCommandWrapper
public GefCommandWrapper(ICommand command, org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain)
-
-
Method Detail
-
canExecute
public boolean canExecute()
- Overrides:
canExecute
in classorg.eclipse.gef.commands.Command
-
canUndo
public boolean canUndo()
- Overrides:
canUndo
in classorg.eclipse.gef.commands.Command
-
execute
public void execute()
- Overrides:
execute
in classorg.eclipse.gef.commands.Command
-
getLabel
public java.lang.String getLabel()
- Overrides:
getLabel
in classorg.eclipse.gef.commands.Command
-
undo
public void undo()
- Overrides:
undo
in classorg.eclipse.gef.commands.Command
-
getCommand
public ICommand getCommand()
-
redo
public void redo()
- Overrides:
redo
in classorg.eclipse.gef.commands.Command
-
-