Uses of Interface
bibliothek.gui.dock.event.DockStationListener

Packages that use DockStationListener
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
bibliothek.gui.dock.common.behavior   
bibliothek.gui.dock.event Listeners, adapters and events used in the whole framework.
A Listener is added to some object that needs to be observed, the Listener will be informed whenever the observed object changes. An Adapter is an implementation of a Listener, but the methods of an Adapter are empty. An Event is an object carrying information from an observed object to a Listener.  
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
bibliothek.gui.dock.station.support Elements used by various DockStations to store properties and to propagate events to other objects. 
 

Uses of DockStationListener in bibliothek.gui
 

Methods in bibliothek.gui with parameters of type DockStationListener
 void DockStation.addDockStationListener(DockStationListener listener)
          Adds a listener to this station.
 void DockStation.removeDockStationListener(DockStationListener listener)
          Removes a listener from this station.
 

Uses of DockStationListener in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock with parameters of type DockStationListener
 void SplitDockStation.addDockStationListener(DockStationListener listener)
           
 void SplitDockStation.removeDockStationListener(DockStationListener listener)
           
 

Uses of DockStationListener in bibliothek.gui.dock.common.behavior
 

Classes in bibliothek.gui.dock.common.behavior that implement DockStationListener
protected  class ExternalizingCGridAreaConfiguration.SplitInserter
          A listener that is added to a ScreenDockStation, every time some Dockable is added to said station, a new ExternalizingCGridArea is created and inserted.
 

Uses of DockStationListener in bibliothek.gui.dock.event
 

Classes in bibliothek.gui.dock.event that implement DockStationListener
 class DockStationAdapter
          An abstract implementation of DockStationListener.
 

Uses of DockStationListener in bibliothek.gui.dock.station
 

Methods in bibliothek.gui.dock.station with parameters of type DockStationListener
 void AbstractDockStation.addDockStationListener(DockStationListener listener)
           
 void AbstractDockableStation.addDockStationListener(DockStationListener listener)
           
 void AbstractDockStation.removeDockStationListener(DockStationListener listener)
           
 void AbstractDockableStation.removeDockStationListener(DockStationListener listener)
           
 

Uses of DockStationListener in bibliothek.gui.dock.station.support
 

Classes in bibliothek.gui.dock.station.support that implement DockStationListener
 class DockableShowingManager
          Knows for every child of a DockStation whether it is visible or not.
 

Methods in bibliothek.gui.dock.station.support with parameters of type DockStationListener
 void DockStationListenerManager.addListener(DockStationListener listener)
          Adds a listener to this manager.
 void DockStationListenerManager.removeListener(DockStationListener listener)
          Removes an earlier added listener.