Uses of Interface
bibliothek.util.Filter

Packages that use Filter
bibliothek.gui.dock.common A set of classes that can be used to create basic applications. 
bibliothek.gui.dock.common.intern Classes and interfaces used internally. 
bibliothek.util.filter   
 

Uses of Filter in bibliothek.gui.dock.common
 

Methods in bibliothek.gui.dock.common with parameters of type Filter
 void CControl.addSingleDockableFactory(Filter<java.lang.String> ids, SingleCDockableFactory factory)
          Adds a factory to this control.
 

Uses of Filter in bibliothek.gui.dock.common.intern
 

Methods in bibliothek.gui.dock.common.intern with parameters of type Filter
 void CommonSingleDockableFactory.add(Filter<java.lang.String> ids, SingleCDockableFactory factory)
          Registers a new factory that will load SingleCDockable with unique identifiers that are included by ids.
 

Uses of Filter in bibliothek.util.filter
 

Classes in bibliothek.util.filter that implement Filter
 class PresetFilter<T>
          This filter keeps a set of items, an item is included if it is contained in that set.