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

Packages that use StackDockStationFilterListener
bibliothek.gui.dock.station.stack.tab   
 

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

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

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