Package 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

See:
          Description

Interface Summary
DropDownViewItem An item that is shown in the menu of a drop-down-button and can be selected by the button.
 

Class Summary
AbstractDropDownHandler<S extends StandardDropDownItemAction> A handler that connects a StandardDropDownItemAction with a drop-down-button.
ButtonDropDownHandler A connection between a ButtonDockAction and a drop-down-button.
SelectableDropDownHandler A connection between a SelectableDockAction and a drop-down-button.
SubDropDownHandler A handler that connects non-selectable, non-triggerable items with a drop-down-button.
 

Package bibliothek.gui.dock.themes.basic.action.dropdown Description

Handlers taking various kinds of DockAction and presenting them as DropDownViewItem in order to display them as children of a DropDownAction