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

Packages that use DropDownAction
bibliothek.extension.gui.dock.theme   
bibliothek.gui.dock.action   
bibliothek.gui.dock.action.actions   
bibliothek.gui.dock.action.dropdown   
bibliothek.gui.dock.event   
bibliothek.gui.dock.themes.basic.action   
bibliothek.gui.dock.themes.basic.action.menu   
 

Uses of DropDownAction in bibliothek.extension.gui.dock.theme
 

Methods in bibliothek.extension.gui.dock.theme with parameters of type DropDownAction
 BasicTitleViewItem<javax.swing.JComponent> BubbleTheme.DropDownGenerator.create(ActionViewConverter converter, DropDownAction action, Dockable dockable)
           
 

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 SimpleDropDownAction
          A dropdown action that has the same properties for all Dockables.
 

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

Fields in bibliothek.gui.dock.action.dropdown declared as DropDownAction
private  DropDownAction DropDownFilter.action
          the action which is filtered
 

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
 

Fields in bibliothek.gui.dock.themes.basic.action declared as DropDownAction
private  DropDownAction BasicDropDownButtonHandler.action
          the action to observe and to trigger
private  DropDownAction DropDownItemHandle.action
          the menu which is the owner of the action
 

Methods in bibliothek.gui.dock.themes.basic.action that return DropDownAction
 DropDownAction BasicDropDownButtonHandler.getAction()
           
 

Methods in bibliothek.gui.dock.themes.basic.action with parameters of type DropDownAction
 void BasicDropDownButtonHandler.Listener.selectionChanged(DropDownAction action, java.util.Set<Dockable> dockables, DockAction newSelection)
           
 

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
 

Fields in bibliothek.gui.dock.themes.basic.action.menu declared as DropDownAction
private  DropDownAction DropDownMenuHandler.action
          the action observed by this handler
 

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