public abstract class FeatureCommand extends java.lang.Object implements ICommand, IFeatureHolder, IReadOnlyProvider
| Constructor and Description |
|---|
FeatureCommand(IFeature feature)
The Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the description.
|
IFeature |
getFeature()
Gets the feature.
|
IFeatureProvider |
getFeatureProvider()
Gets the feature provider.
|
boolean |
isReadOnly() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanExecute, canUndo, execute, undopublic FeatureCommand(IFeature feature)
feature - the featurepublic IFeature getFeature()
getFeature in interface IFeatureHolderpublic java.lang.String getDescription()
IDescriptiongetDescription in interface IDescriptionpublic IFeatureProvider getFeatureProvider()
IFeatureProviderHoldergetFeatureProvider in interface IFeatureProviderHolderpublic boolean isReadOnly()
isReadOnly in interface IReadOnlyProvider