Uses of Interface
bibliothek.gui.dock.station.screen.ScreenDockStationListener

Packages that use ScreenDockStationListener
bibliothek.gui.dock The five basic classes implementing Dockable and DockStation plus some supporting elements. 
 

Uses of ScreenDockStationListener in bibliothek.gui.dock
 

Methods in bibliothek.gui.dock that return ScreenDockStationListener
protected  ScreenDockStationListener[] ScreenDockStation.screenDockStationListeners()
          Gets all the ScreenDockStationListeners that were added to this station.
 

Methods in bibliothek.gui.dock with parameters of type ScreenDockStationListener
 void ScreenDockStation.addScreenDockStationListener(ScreenDockStationListener listener)
          Adds listener to this station.
 void ScreenDockStation.removeScreenDockStationListener(ScreenDockStationListener listener)
          Removes listener from this station.