|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IContextEntry
The Interface IContextEntry.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |