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

Interface Summary
MenuMenuHandler.Menu A representation of a menu.
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 that handles an ordinary JMenuItem.
DropDownMenuHandler A handler that shows a DropDownAction in a menu.
MenuMenuHandler A handler that manages a menu.
SelectableMenuHandler<M extends JMenuItem> A handler which ensures that the selected-state of a JMenuItem and a SelectableDockAction are always the same.
SelectableMenuHandler.Check A handler designed to handle actions of type ActionType.CHECK.
SelectableMenuHandler.Radio A handler designed to handle actions of type ActionType.RADIO.