Uses of Interface
bibliothek.gui.dock.themes.basic.action.dropdown.DropDownViewItem

Packages that use DropDownViewItem
bibliothek.gui.dock.action.dropdown Elements needed to design the communication between a DropDownAction and its children. 
bibliothek.gui.dock.action.view Classes to create a views for DockActions.
This package does not contain any views, only the mechanism to create some. 
bibliothek.gui.dock.common.intern.action.panel Supporting classes for CPanelPopup
bibliothek.gui.dock.themes.basic.action Elements handling the view of DockActions.
They way from a DockAction to its view normally involves four objects: The DockAction itself, providing the basic set of properties A handler listening to changes of the action and forwarding the changes to the model. 
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 
 

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

Methods in bibliothek.gui.dock.action.dropdown with parameters of type DropDownViewItem
 void DefaultDropDownFilter.update(DropDownViewItem selection)
           
abstract  void DropDownFilter.update(DropDownViewItem selection)
          Updates all properties using the current selection of a button.
protected  void DefaultDropDownFilter.updateEnabled(DropDownViewItem selection)
          Updates the enabled-state of the view.
protected  void DefaultDropDownFilter.updateIcon(DropDownViewItem selection)
          Updates the icon of the view.
protected  void DefaultDropDownFilter.updateRepresentative(DropDownViewItem selection)
          Updates the Dockable which is represented by the view.
protected  void DefaultDropDownFilter.updateSelected(DropDownViewItem selection)
          Updates the selected-state of the view.
protected  void DefaultDropDownFilter.updateText(DropDownViewItem selection)
          Updates the text of the view.
protected  void DefaultDropDownFilter.updateTooltip(DropDownViewItem selection)
          Updates the tooltip of the view.
 

Uses of DropDownViewItem in bibliothek.gui.dock.action.view
 

Fields in bibliothek.gui.dock.action.view with type parameters of type DropDownViewItem
static ViewTarget<DropDownViewItem> ViewTarget.DROP_DOWN
          A target aiming to a DropDownAction
 

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

Methods in bibliothek.gui.dock.common.intern.action.panel that return DropDownViewItem
 DropDownViewItem PanelDropDownGenerator.create(ActionViewConverter converter, CPanelPopup.PanelPopup action, Dockable dockable)
           
 

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

Methods in bibliothek.gui.dock.themes.basic.action that return DropDownViewItem
 DropDownViewItem DropDownItemHandle.getView()
          Gets the view of the action.
 

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

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

Classes in bibliothek.gui.dock.themes.basic.action.dropdown that implement DropDownViewItem
 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.
 class SubDropDownHandler
          A handler that connects non-selectable, non-triggerable items with a drop-down-button.