Package 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.

See:
          Description

Interface Summary
MenuViewItem<C extends JComponent> An item that is shown in a menu.
 

Class Summary
AbstractMenuHandler<I extends JMenuItem,D extends StandardDockAction> A handler that connects a JMenuItem with a DockAction.
ButtonMenuHandler A handler building a connection between a JMenuItem and a ButtonDockAction.
DropDownMenuHandler A handler that shows a DropDownAction in a menu.
MenuMenuHandler A handler that manages a menu.
SelectableMenuHandler A handler which ensures that the selected-state of a JMenuItem and a SelectableDockAction are always the same.
 

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

Handlers taking various kinds of DockAction and presenting them as MenuViewItem in order to display the actions in a menu.