Class GefOnEmfCommand
java.lang.Object
org.eclipse.gef.commands.Command
org.eclipse.graphiti.ui.internal.editor.GefOnEmfCommand
public class GefOnEmfCommand
extends org.eclipse.gef.commands.Command
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.gef.commands.Command
canRedo, getDebugLabel, setDebugLabel
-
Constructor Details
-
GefOnEmfCommand
public GefOnEmfCommand(org.eclipse.emf.common.command.Command emfCommand)
-
-
Method Details
-
canExecute
public boolean canExecute()- Overrides:
canExecute
in classorg.eclipse.gef.commands.Command
-
canUndo
public boolean canUndo()- Overrides:
canUndo
in classorg.eclipse.gef.commands.Command
-
chain
public org.eclipse.gef.commands.Command chain(org.eclipse.gef.commands.Command command) - Overrides:
chain
in classorg.eclipse.gef.commands.Command
-
dispose
public void dispose()- Overrides:
dispose
in classorg.eclipse.gef.commands.Command
-
equals
-
execute
public void execute()- Overrides:
execute
in classorg.eclipse.gef.commands.Command
-
getLabel
- Overrides:
getLabel
in classorg.eclipse.gef.commands.Command
-
hashCode
public int hashCode() -
redo
public void redo()- Overrides:
redo
in classorg.eclipse.gef.commands.Command
-
setLabel
- Overrides:
setLabel
in classorg.eclipse.gef.commands.Command
-
undo
public void undo()- Overrides:
undo
in classorg.eclipse.gef.commands.Command
-
getEmfCommand
public org.eclipse.emf.common.command.Command getEmfCommand()
-