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