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

Packages that use DropDownAction
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.action.dropdown Elements needed to design the communication between a DropDownAction and its children. 
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework. 
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 DropDownAction in bibliothek.gui.dock.action
 

Fields in bibliothek.gui.dock.action with type parameters of type DropDownAction
static ActionType<DropDownAction> ActionType.DROP_DOWN
          Represents a drop down action.
 

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

Classes in bibliothek.gui.dock.action.actions that implement DropDownAction
 class AbstractSimpleDropDownAction
          A dropdown action based on one DockActionSource which has to be specified by a subclass.
 class SimpleDropDownAction
          A dropdown action that has the same properties for all Dockables.
 

Uses of DropDownAction in bibliothek.gui.dock.action.dropdown
 

Methods in bibliothek.gui.dock.action.dropdown that return DropDownAction
 DropDownAction DropDownFilter.getAction()
          Gets the action that is filtered.
 

Methods in bibliothek.gui.dock.action.dropdown with parameters of type DropDownAction
 DropDownFilter DropDownFilterFactory.createView(DropDownAction action, Dockable dockable, DropDownView view)
          Creates a new filter.
 

Constructors in bibliothek.gui.dock.action.dropdown with parameters of type DropDownAction
AbstractDropDownFilter(DropDownAction action, Dockable dockable, DropDownView view)
          Creates a new filter.
DefaultDropDownFilter(DropDownAction action, Dockable dockable, DropDownView view)
          Creates a new filter
DropDownFilter(Dockable dockable, DropDownAction action, DropDownView view)
          Creates a new filter
 

Uses of DropDownAction in bibliothek.gui.dock.event
 

Methods in bibliothek.gui.dock.event with parameters of type DropDownAction
 void DropDownActionListener.selectionChanged(DropDownAction action, java.util.Set<Dockable> dockables, DockAction selection)
          Called when the selection of action has changed.
 

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

Constructors in bibliothek.gui.dock.themes.basic.action with parameters of type DropDownAction
BasicDropDownButtonHandler(DropDownAction action, Dockable dockable)
          Creates a new handler.
DropDownItemHandle(DockAction item, DropDownViewItem view, Dockable dockable, DropDownAction action)
          Creates a new item.
 

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

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