Uses of Interface
bibliothek.gui.dock.action.MenuDockAction

Packages that use MenuDockAction
bibliothek.gui.dock.action The components dealing with the logic of DockActions. 
bibliothek.gui.dock.action.actions Contains a set of different DockActions and supporting classes. 
bibliothek.gui.dock.station.flap Elements that are related to the FlapDockStation
bibliothek.gui.dock.themes.basic.action Elements handling the view of DockActions. 
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 MenuDockAction in bibliothek.gui.dock.action
 

Fields in bibliothek.gui.dock.action with type parameters of type MenuDockAction
static ActionType<MenuDockAction> ActionType.MENU
          The action is a group of other actions which are shown as soon as someone triggers the action.
 

Uses of MenuDockAction in bibliothek.gui.dock.action.actions
 

Classes in bibliothek.gui.dock.action.actions that implement MenuDockAction
 class SimpleMenuAction
          An action that provides a menu which contains other actions.
 

Uses of MenuDockAction in bibliothek.gui.dock.station.flap
 

Classes in bibliothek.gui.dock.station.flap that implement MenuDockAction
 class FlapDockDirection
          This DockAction is used as an action of a FlapDockStation.
 

Uses of MenuDockAction in bibliothek.gui.dock.themes.basic.action
 

Constructors in bibliothek.gui.dock.themes.basic.action with parameters of type MenuDockAction
BasicMenuHandler(MenuDockAction action, Dockable dockable)
          Creates a new handler
 

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

Constructors in bibliothek.gui.dock.themes.basic.action.menu with parameters of type MenuDockAction
MenuMenuHandler(MenuDockAction action, Dockable dockable)
          Creates a new handler
MenuMenuHandler(MenuDockAction action, Dockable dockable, ViewTarget<? extends MenuViewItem<JComponent>> target)
          Creates a new handler