|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CombinedMenuContent | |
|---|---|
| bibliothek.gui.dock.station.stack.menu | Contains an abstract implementation of CombinedMenu
including helper classes. |
| Uses of CombinedMenuContent in bibliothek.gui.dock.station.stack.menu |
|---|
| Classes in bibliothek.gui.dock.station.stack.menu that implement CombinedMenuContent | |
|---|---|
class |
PopupCombinedMenuContent
A CombinedMenuContent that opens a normal JPopupMenu to
display the selection. |
| Fields in bibliothek.gui.dock.station.stack.menu with type parameters of type CombinedMenuContent | |
|---|---|
static PropertyKey<CombinedMenuContent> |
CombinedMenuContent.MENU_CONTENT
Key that should be used to access the default menu content |
| Methods in bibliothek.gui.dock.station.stack.menu with parameters of type CombinedMenuContent | |
|---|---|
void |
CombinedMenuContentListener.canceled(CombinedMenuContent menu)
Called after menu was made invisible without making
any selection. |
void |
CombinedMenuContentListener.opened(CombinedMenuContent menu)
Called when menu is made visible. |
void |
CombinedMenuContentListener.selected(CombinedMenuContent menu,
Dockable selection)
Called after menu was made invisible with making
a selection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||