Uses of Class
bibliothek.gui.dock.themes.basic.action.menu.AbstractMenuHandler

Packages that use AbstractMenuHandler
bibliothek.gui.dock.common.intern.action.panel Supporting classes for CPanelPopup
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 
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. 
 

Uses of AbstractMenuHandler in bibliothek.gui.dock.common.intern.action.panel
 

Subclasses of AbstractMenuHandler in bibliothek.gui.dock.common.intern.action.panel
 class BasicPanelPopupMenuHandler
          A menu showing a custom component instead of menu items.
 class BasicPanelPopupMenuItemHandler
          Handles a CPanelPopup in a menu in the case that the action opens a dialog if triggered.
 

Uses of AbstractMenuHandler in bibliothek.gui.dock.themes.basic.action.dropdown
 

Subclasses of AbstractMenuHandler in bibliothek.gui.dock.themes.basic.action.dropdown
 class AbstractDropDownHandler<S extends StandardDropDownItemAction>
          A handler that connects a StandardDropDownItemAction with a drop-down-button.
 class ButtonDropDownHandler
          A connection between a ButtonDockAction and a drop-down-button.
 class SelectableDropDownHandler
          A connection between a SelectableDockAction and a drop-down-button.
 

Uses of AbstractMenuHandler in bibliothek.gui.dock.themes.basic.action.menu
 

Subclasses of AbstractMenuHandler in bibliothek.gui.dock.themes.basic.action.menu
 class ButtonMenuHandler
          A handler building a connection between a JMenuItem and a ButtonDockAction.
 class MenuMenuHandler
          A handler that manages a menu.
 class SelectableMenuHandler
          A handler which ensures that the selected-state of a JMenuItem and a SelectableDockAction are always the same.