Uses of Interface
bibliothek.gui.dock.action.dropdown.DropDownView

Packages that use DropDownView
bibliothek.gui.dock.action.dropdown   
bibliothek.gui.dock.themes.basic.action   
bibliothek.gui.dock.themes.basic.action.dropdown   
 

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

Classes in bibliothek.gui.dock.action.dropdown that implement DropDownView
 class AbstractDropDownFilter
          A DropDownFilter which stores all properties.
 class DefaultDropDownFilter
          An implementation of DropDownFilter.
 class DropDownFilter
          A filter is used by views which want to display a DropDownAction, but have to show elements of the selected action as well.
A filter is a DropDownView which forwards their properties to another DropDownView.
 

Fields in bibliothek.gui.dock.action.dropdown declared as DropDownView
private  DropDownView DropDownFilter.view
          a view to write into
 

Methods in bibliothek.gui.dock.action.dropdown that return DropDownView
 DropDownView DropDownFilter.getView()
          Gets a DropDownView in which this filter has to write its properties when DropDownFilter.update(DropDownViewItem) is invoked.
 

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

Constructors in bibliothek.gui.dock.action.dropdown with parameters of type DropDownView
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 DropDownView in bibliothek.gui.dock.themes.basic.action
 

Classes in bibliothek.gui.dock.themes.basic.action that implement DropDownView
protected  class BasicDropDownButtonHandler.ButtonView
          A view that sends all values directly to the button.
protected  class BasicDropDownButtonHandler.SelectionView
          A set of properties which can be set by the selected action.
 

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

Fields in bibliothek.gui.dock.themes.basic.action.dropdown declared as DropDownView
private  DropDownView AbstractDropDownHandler.view
          a view where the handler may write some properties
 

Methods in bibliothek.gui.dock.themes.basic.action.dropdown that return DropDownView
 DropDownView AbstractDropDownHandler.getView()
          Gets the view that can be used to send properties directly to the drop-down-button.
 

Methods in bibliothek.gui.dock.themes.basic.action.dropdown with parameters of type DropDownView
 void SelectableDropDownHandler.setView(DropDownView view)
           
 void AbstractDropDownHandler.setView(DropDownView view)
           
 void DropDownViewItem.setView(DropDownView view)
          Sends the current settings of this item to the view.
 void SubDropDownHandler.setView(DropDownView view)