|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CombinedMenuContentListener
A listener added to a CombinedMenuContent.
| Method Summary | |
|---|---|
void |
canceled(CombinedMenuContent menu)
Called after menu was made invisible without making
any selection. |
void |
opened(CombinedMenuContent menu)
Called when menu is made visible. |
void |
selected(CombinedMenuContent menu,
Dockable selection)
Called after menu was made invisible with making
a selection. |
| Method Detail |
|---|
void opened(CombinedMenuContent menu)
menu is made visible.
menu - the source of the eventvoid canceled(CombinedMenuContent menu)
menu was made invisible without making
any selection.
menu - the source of the event
void selected(CombinedMenuContent menu,
Dockable selection)
menu was made invisible with making
a selection.
menu - the source of the eventselection - the selection made on the menu
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||