Uses of Interface
bibliothek.gui.dock.station.stack.TabContentFilterListener

Packages that use TabContentFilterListener
bibliothek.gui.dock.station.stack.tab This package contains a generic implementation of a "tabbed-pane". 
 

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

Methods in bibliothek.gui.dock.station.stack.tab that return TabContentFilterListener
protected  TabContentFilterListener[] AbstractTabContentFilter.listeners()
          Gets all listeners that are currently observing this filter.
 

Methods in bibliothek.gui.dock.station.stack.tab with parameters of type TabContentFilterListener
 void AbstractTabContentFilter.addListener(TabContentFilterListener listener)
           
 void TabContentFilter.addListener(TabContentFilterListener listener)
          Adds a listener to this filter.
 void AbstractTabContentFilter.removeListener(TabContentFilterListener listener)
           
 void TabContentFilter.removeListener(TabContentFilterListener listener)
          Removes a listener from this filter.