Class AddFeatureCommandWithContext
java.lang.Object
org.eclipse.graphiti.internal.command.FeatureCommand
org.eclipse.graphiti.internal.command.FeatureCommandWithContext
org.eclipse.graphiti.internal.command.GenericFeatureCommandWithContext
org.eclipse.graphiti.internal.command.AddFeatureCommandWithContext
- All Implemented Interfaces:
IContextHolder
,IFeatureAndContext
,IFeatureHolder
,IFeatureProviderHolder
,IDescription
,ICommand
,IReadOnlyProvider
The Class AddFeatureCommandWithContext.
-
Constructor Summary
ConstructorDescriptionAddFeatureCommandWithContext
(IFeature feature, IContext context) Instantiates a new adds the feature command with context. -
Method Summary
Methods inherited from class org.eclipse.graphiti.internal.command.GenericFeatureCommandWithContext
canExecute, canUndo, undo
Methods inherited from class org.eclipse.graphiti.internal.command.FeatureCommandWithContext
getContext
Methods inherited from class org.eclipse.graphiti.internal.command.FeatureCommand
getDescription, getFeature, getFeatureProvider, isReadOnly
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.graphiti.features.IFeatureHolder
getFeature
-
Constructor Details
-
AddFeatureCommandWithContext
Instantiates a new adds the feature command with context.- Parameters:
feature
- the featurecontext
- the context
-
-
Method Details
-
getAddedPictogramElements
Gets the added pictogram elements.- Returns:
- the added pictogram elements
-
execute
public boolean execute()Description copied from interface:ICommand
Execute.- Specified by:
execute
in interfaceICommand
- Overrides:
execute
in classGenericFeatureCommandWithContext
- Returns:
- true, if successful
-