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 void
execute()
IContextEntry
getContextEntry()
java.lang.String
getLabel()
-
-
-
Constructor Detail
-
ContextEntryCommand
public ContextEntryCommand(IContextEntry contextEntry)
-
-
Method Detail
-
execute
public void execute()
- Overrides:
execute
in classorg.eclipse.gef.commands.Command
-
getContextEntry
public IContextEntry getContextEntry()
-
getLabel
public java.lang.String getLabel()
- Overrides:
getLabel
in classorg.eclipse.gef.commands.Command
-
-