| Package | Description |
|---|---|
| bibliothek.gui.dock.action |
The components dealing with the logic of
DockActions. |
| bibliothek.gui.dock.action.actions |
Contains a set of different
DockActions
and supporting classes. |
| bibliothek.gui.dock.station.flap |
Elements that are related to the
FlapDockStation. |
| bibliothek.gui.dock.themes.basic.action |
Elements handling the view of
DockActions. |
| 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 | Field and Description |
|---|---|
static ActionType<MenuDockAction> |
ActionType.MENU
The action is a group of other actions which are shown as soon
as someone triggers the action.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleMenuAction
An action that provides a menu which contains other actions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlapDockDirection
This
DockAction is used as an action of a FlapDockStation. |
| Constructor and Description |
|---|
BasicMenuHandler(MenuDockAction action,
Dockable dockable)
Creates a new handler
|
| Constructor and Description |
|---|
MenuMenuHandler(MenuDockAction action,
Dockable dockable)
Creates a new handler
|
MenuMenuHandler(MenuDockAction action,
Dockable dockable,
ViewTarget<? extends MenuViewItem<JComponent>> target)
Creates a new handler
|
Copyright © 2018. All rights reserved.