Package | Description |
---|---|
bibliothek.gui.dock.common.intern.action.panel |
Supporting classes for
CPanelPopup . |
bibliothek.gui.dock.themes.basic.action.dropdown |
Handlers taking various kinds of
DockAction and presenting them
as DropDownViewItem
in order to display them as children of a
DropDownAction |
bibliothek.gui.dock.themes.basic.action.menu |
Handlers taking various kinds of
DockAction and presenting them
as MenuViewItem in
order to display the actions in a menu. |
Modifier and Type | Class and Description |
---|---|
class |
BasicPanelPopupMenuHandler
A menu showing a custom component instead of menu items.
|
class |
BasicPanelPopupMenuItemHandler
Handles a
CPanelPopup in a menu in the case that the
action opens a dialog if triggered. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDropDownHandler<S extends StandardDropDownItemAction>
A handler that connects a
StandardDropDownItemAction with a
drop-down-button. |
class |
ButtonDropDownHandler
A connection between a
ButtonDockAction and a drop-down-button. |
class |
SelectableDropDownHandler
A connection between a
SelectableDockAction and a
drop-down-button. |
Modifier and Type | Class and Description |
---|---|
class |
ButtonMenuHandler
A handler building a connection between a
JMenuItem and a ButtonDockAction . |
class |
MenuMenuHandler
A handler that manages a menu.
|
class |
SelectableMenuHandler
A handler which ensures that the selected-state of a
JMenuItem and
a SelectableDockAction are always the same. |