Package | Description |
---|---|
bibliothek.gui.dock.station.stack.menu |
Contains an abstract implementation of
CombinedMenu
including helper classes. |
Modifier and Type | Class and Description |
---|---|
class |
PopupCombinedMenuContent
A
CombinedMenuContent that opens a normal JPopupMenu to
display the selection. |
Modifier and Type | Field and Description |
---|---|
static PropertyKey<CombinedMenuContent> |
CombinedMenuContent.MENU_CONTENT
Key that should be used to access the default menu content
|
Modifier and Type | Method and Description |
---|---|
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. |