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

Packages that use DropDownViewItem
bibliothek.gui.dock.action.dropdown   
bibliothek.gui.dock.action.view   
bibliothek.gui.dock.themes.basic.action   
bibliothek.gui.dock.themes.basic.action.dropdown   
 

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.updateDisabledIcon(DropDownViewItem selection)
          Updates the disabled icon of the view.
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.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.themes.basic.action
 

Fields in bibliothek.gui.dock.themes.basic.action declared as DropDownViewItem
private  DropDownViewItem DropDownItemHandle.view
          the view of DropDownItemHandle.item
 

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.
static class SelectableDropDownHandler.Check
          A connection representing a check-box.
static class SelectableDropDownHandler.Radio
          A connection representing a radio-button.
 class SubDropDownHandler
          A handler that connects non-selectable, non-triggerable items with a drop-down-button.