public interface IContextEntry
Modifier and Type | Method and Description |
---|---|
boolean |
canExecute()
Can execute.
|
void |
execute()
Execute.
|
IContext |
getContext()
Gets the context.
|
String |
getDescription()
Gets the description.
|
IFeature |
getFeature()
Gets the feature.
|
String |
getIconId()
Gets the icon id.
|
String |
getText()
Gets the text.
|
void |
setDescription(String text)
Sets the description.
|
void |
setIconId(String iconId)
Sets the icon id.
|
void |
setText(String text)
Sets the text.
|
boolean canExecute()
void execute()
IContext getContext()
IFeature getFeature()
String getIconId()
void setDescription(String text)
text
- the new descriptionString getDescription()
void setText(String text)
text
- the new textString getText()
void setIconId(String iconId)
iconId
- the new icon id