Class GFCommand
- java.lang.Object
-
- org.eclipse.gef.commands.Command
-
- org.eclipse.graphiti.ui.internal.command.AbstractCommand
-
- org.eclipse.graphiti.ui.internal.command.GFCommand
-
- All Implemented Interfaces:
IConfigurationProviderHolder
- Direct Known Subclasses:
CreateModelObjectCommand
public class GFCommand extends AbstractCommand
-
-
Constructor Summary
Constructors Constructor Description GFCommand(IConfigurationProvider configurationProvider)
GFCommand(IConfigurationProvider configurationProvider, java.lang.String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IContext
getContext()
IFeature
getFeature()
void
setContext(IContext context)
void
setFeature(IFeature feature)
-
Methods inherited from class org.eclipse.graphiti.ui.internal.command.AbstractCommand
getConfigurationProvider, getFeatureProvider, getTransactionalEditingDomain
-
-
-
-
Constructor Detail
-
GFCommand
public GFCommand(IConfigurationProvider configurationProvider)
-
GFCommand
public GFCommand(IConfigurationProvider configurationProvider, java.lang.String label)
-
-