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

Packages that use DropDownFilterFactory
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.
The actions in this package will create views, which show Icons, text, tooltips and other gimmicks. 
bibliothek.gui.dock.action.dropdown Elements needed to design the communication between a DropDownAction and its children. 
 

Uses of DropDownFilterFactory in bibliothek.gui.dock.action
 

Methods in bibliothek.gui.dock.action that return DropDownFilterFactory
 DropDownFilterFactory DropDownAction.getFilter(Dockable dockable)
          Gets a filter that chooses the values that will be shown for this action and its selection.
 

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

Methods in bibliothek.gui.dock.action.actions that return DropDownFilterFactory
 DropDownFilterFactory AbstractSimpleDropDownAction.getFilter(Dockable dockable)
           
 

Methods in bibliothek.gui.dock.action.actions with parameters of type DropDownFilterFactory
 void AbstractSimpleDropDownAction.setFilter(DropDownFilterFactory filter)
          Sets the filter that will be used to filter text, icon, tooltips, etc.
 

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

Fields in bibliothek.gui.dock.action.dropdown declared as DropDownFilterFactory
static DropDownFilterFactory DefaultDropDownFilter.FACTORY
          A factory for this type of filter