|
org.openide.awt 6.7.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Actions.SubMenuModel
Interface for the creating Actions.SubMenu. It provides the methods for all items in submenu: name shortcut and perform method. Also has methods for notification of changes of the model.
| Method Summary | |
|---|---|
void |
addChangeListener(ChangeListener l)
Adds change listener for changes of the model. |
int |
getCount()
|
HelpCtx |
getHelpCtx(int index)
Get context help for the specified item. |
String |
getLabel(int index)
Gets label for specific index |
void |
performActionAt(int index)
Perform the action on the specific index |
void |
removeChangeListener(ChangeListener l)
Removes change listener for changes of the model. |
| Method Detail |
|---|
int getCount()
String getLabel(int index)
index - of the submenu item
null for a separator)HelpCtx getHelpCtx(int index)
null to just use the context help for
the associated system action (if any).
Note that only help IDs will work, not URLs.
nullvoid performActionAt(int index)
index - of the submenu item which should be performedvoid addChangeListener(ChangeListener l)
void removeChangeListener(ChangeListener l)
|
org.openide.awt 6.7.31 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||