public class DirectEditingFeatureCommandWithContext extends GenericFeatureCommandWithContext
| Constructor and Description |
|---|
DirectEditingFeatureCommandWithContext(IDirectEditingFeature feature,
IDirectEditingContext context,
java.lang.String valueObject,
IProposal proposal)
Instantiates a new direct editing feature command with context.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute()
Execute.
|
canExecute, canUndo, undogetContextgetDescription, getFeature, getFeatureProvider, isReadOnlyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFeaturepublic DirectEditingFeatureCommandWithContext(IDirectEditingFeature feature, IDirectEditingContext context, java.lang.String valueObject, IProposal proposal)
feature - the featurecontext - the contextvalueObject - the value objectpublic boolean execute()
ICommandexecute in interface ICommandexecute in class GenericFeatureCommandWithContext