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

Packages that use DockStationListener
bibliothek.gui   
bibliothek.gui.dock.action.actions   
bibliothek.gui.dock.control   
bibliothek.gui.dock.event   
bibliothek.gui.dock.station   
bibliothek.gui.dock.station.split   
bibliothek.gui.dock.station.support   
 

Uses of DockStationListener in bibliothek.gui
 

Classes in bibliothek.gui that implement DockStationListener
private  class DockController.TitleListener
          Observers this controller and registers listeners to all new titles.
 

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.action.actions
 

Fields in bibliothek.gui.dock.action.actions declared as DockStationListener
private  DockStationListener ReplaceAction.dockStationListener
          A listener to the stations known to this action
 

Uses of DockStationListener in bibliothek.gui.dock.control
 

Classes in bibliothek.gui.dock.control that implement DockStationListener
private  class DefaultDockRelocator.TitleListener
          Observers this controller and registers listeners to all new titles.
private  class DockRegister.StationListener
          A listener to the controller of the enclosing register.
private  class FocusController.StationListener
          A listener observing all stations and changing the focused Dockable when necessary.
 

Uses of DockStationListener in bibliothek.gui.dock.event
 

Classes in bibliothek.gui.dock.event that implement DockStationListener
 class DockAdapter
          An abstract implementation of DockableListener, DockStationListener and DockControllerListener.
 class DockStationAdapter
          An abstract implementation of DockStationListener.
 

Uses of DockStationListener in bibliothek.gui.dock.station
 

Classes in bibliothek.gui.dock.station that implement DockStationListener
private  class FlapDockStation.VisibleListener
          This listener is added to the direct parent of the enclosing FlapDockListener.
private  class SplitDockStation.VisibleListener
          This listener is added to the parent of this station, and ensures that the visibility-state of the children of this station is always correct.
private  class StackDockStation.VisibleListener
          A listener for the parent of this station.
 

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

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

Classes in bibliothek.gui.dock.station.split that implement DockStationListener
 class FullScreenClickableListener
          A listener which is added to a SplitDockStation.
 

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

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

Fields in bibliothek.gui.dock.station.support with type parameters of type DockStationListener
private  java.util.List<DockStationListener> DockStationListenerManager.listeners
           
 

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.