Package | Description |
---|---|
bibliothek.gui.dock.action |
The components dealing with the logic of
DockAction s. |
bibliothek.gui.dock.action.actions |
Contains a set of different
DockAction s
and supporting classes.The actions in this package will create views, which show Icon s,
text, tooltips and other gimmicks. |
bibliothek.gui.dock.station.flap |
Elements that are related to the
FlapDockStation . |
bibliothek.gui.dock.themes.basic.action |
Elements handling the view of
DockAction s.They way from a DockAction to its view normally involves four objects:
The DockAction itself, providing the basic set of properties
A handler listening to changes of the
action and forwarding the changes to the model. |
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<javax.swing.JComponent>> target)
Creates a new handler
|