|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMenuItem
Interface describing the menu items contributed by a component.
Method Summary | |
---|---|
void |
consolidate(File file)
In some cases (e.g. |
IButton |
getButton()
Graphical representation of the item. |
String |
getDescription()
Tooltip text to be rendered on the menu bar or on the desktop for this menu item. |
String |
getTitle()
String rendered on the menu bar or on the desktop for this menu item |
boolean |
isOnDesktop()
The value returned by this method determines whether or not a desktop button is created for this item. |
void |
onClick()
Callback that get invoked when the item is selected by the user. |
Method Detail |
---|
String getTitle()
String getDescription()
void onClick()
boolean isOnDesktop()
IButton getButton()
void consolidate(File file)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |