public interface ICustomFeature extends IFeature
Modifier and Type | Method and Description |
---|---|
boolean |
canExecute(ICustomContext context)
Can execute.
|
void |
execute(ICustomContext context)
Execute.
|
java.lang.String |
getImageId()
Gets the image id.
|
canExecute, canUndo, execute, hasDoneChanges, isAvailable
getDescription
getFeatureProvider
java.lang.String getImageId()
boolean canExecute(ICustomContext context)
context
- the contextvoid execute(ICustomContext context)
context
- the context