Class EmfOnGefCommand
- java.lang.Object
-
- org.eclipse.graphiti.ui.internal.editor.EmfOnGefCommand
-
- All Implemented Interfaces:
org.eclipse.emf.common.command.Command
public class EmfOnGefCommand extends java.lang.Object implements org.eclipse.emf.common.command.Command
-
-
Constructor Summary
Constructors Constructor Description EmfOnGefCommand(org.eclipse.gef.commands.Command gefCommand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanExecute()booleancanUndo()org.eclipse.emf.common.command.Commandchain(org.eclipse.emf.common.command.Command command)voiddispose()voidexecute()java.util.Collection<?>getAffectedObjects()java.lang.StringgetDescription()org.eclipse.gef.commands.CommandgetGefCommand()java.lang.StringgetLabel()java.util.Collection<?>getResult()voidredo()voidundo()
-
-
-
Method Detail
-
canExecute
public boolean canExecute()
- Specified by:
canExecutein interfaceorg.eclipse.emf.common.command.Command
-
canUndo
public boolean canUndo()
- Specified by:
canUndoin interfaceorg.eclipse.emf.common.command.Command
-
chain
public org.eclipse.emf.common.command.Command chain(org.eclipse.emf.common.command.Command command)
- Specified by:
chainin interfaceorg.eclipse.emf.common.command.Command
-
dispose
public void dispose()
- Specified by:
disposein interfaceorg.eclipse.emf.common.command.Command
-
execute
public void execute()
- Specified by:
executein interfaceorg.eclipse.emf.common.command.Command
-
getAffectedObjects
public java.util.Collection<?> getAffectedObjects()
- Specified by:
getAffectedObjectsin interfaceorg.eclipse.emf.common.command.Command
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceorg.eclipse.emf.common.command.Command
-
getLabel
public java.lang.String getLabel()
- Specified by:
getLabelin interfaceorg.eclipse.emf.common.command.Command
-
getResult
public java.util.Collection<?> getResult()
- Specified by:
getResultin interfaceorg.eclipse.emf.common.command.Command
-
redo
public void redo()
- Specified by:
redoin interfaceorg.eclipse.emf.common.command.Command
-
undo
public void undo()
- Specified by:
undoin interfaceorg.eclipse.emf.common.command.Command
-
getGefCommand
public org.eclipse.gef.commands.Command getGefCommand()
-
-