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, undo
getContext
getDescription, getFeature, getFeatureProvider, isReadOnly
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getFeature
public DirectEditingFeatureCommandWithContext(IDirectEditingFeature feature, IDirectEditingContext context, java.lang.String valueObject, IProposal proposal)
feature
- the featurecontext
- the contextvalueObject
- the value objectpublic boolean execute()
ICommand
execute
in interface ICommand
execute
in class GenericFeatureCommandWithContext