public interface CombinedMenuContentListener
CombinedMenuContent.| Modifier and Type | Method and Description |
|---|---|
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. |
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 eventvoid selected(CombinedMenuContent menu, Dockable selection)
menu was made invisible with making
a selection.menu - the source of the eventselection - the selection made on the menuCopyright © 2017 Docking Frames. All rights reserved.