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

Packages that use DropDownFilterFactory
bibliothek.gui.dock.action   
bibliothek.gui.dock.action.actions   
bibliothek.gui.dock.action.dropdown   
 

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
 

Fields in bibliothek.gui.dock.action.actions declared as DropDownFilterFactory
private  DropDownFilterFactory SimpleDropDownAction.filter
          the factory used to create new filter
 

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

Methods in bibliothek.gui.dock.action.actions with parameters of type DropDownFilterFactory
 void SimpleDropDownAction.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