Uses of Interface
bibliothek.gui.dock.station.stack.tab.TabContentFilter

Packages that use TabContentFilter
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
 

Uses of TabContentFilter in bibliothek.gui.dock
 

Fields in bibliothek.gui.dock with type parameters of type TabContentFilter
static PropertyKey<TabContentFilter> StackDockStation.TAB_CONTENT_FILTER
          Key for setting the TabContentFilter
 

Methods in bibliothek.gui.dock that return TabContentFilter
 TabContentFilter StackDockStation.getTabContentFilter()
          Gets the filter that tells this station how to set the content of the tabs.
 

Methods in bibliothek.gui.dock with parameters of type TabContentFilter
 void StackDockStation.setTabContentFilter(TabContentFilter filter)
          Sets the filter that tells this station how to set the content of the tabs.
 

Uses of TabContentFilter in bibliothek.gui.dock.station.stack.tab
 

Classes in bibliothek.gui.dock.station.stack.tab that implement TabContentFilter
 class AbstractTabContentFilter
          An abstract implementation of TabContentFilter, knows which StackDockStations and which Dockables are currently filtered.
Subclasses may override added, removed, deselected and selected to be informed if the contents of a StackDockStation changed.
Note that this filter does not observe whether elements are added or removed from a StackDockComponent.
 class DefaultTabContentFilter
          This TabContentFilter offers a set of predefined behavioral patterns.