Class ContextEntryCommand
- java.lang.Object
-
- org.eclipse.gef.commands.Command
-
- org.eclipse.graphiti.ui.internal.command.ContextEntryCommand
-
public class ContextEntryCommand extends org.eclipse.gef.commands.Command
-
-
Constructor Summary
Constructors Constructor Description ContextEntryCommand(IContextEntry contextEntry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()IContextEntrygetContextEntry()java.lang.StringgetLabel()
-
-
-
Constructor Detail
-
ContextEntryCommand
public ContextEntryCommand(IContextEntry contextEntry)
-
-
Method Detail
-
execute
public void execute()
- Overrides:
executein classorg.eclipse.gef.commands.Command
-
getContextEntry
public IContextEntry getContextEntry()
-
getLabel
public java.lang.String getLabel()
- Overrides:
getLabelin classorg.eclipse.gef.commands.Command
-
-