Uses of Interface
bibliothek.gui.dock.station.DockableDisplayerListener

Packages that use DockableDisplayerListener
bibliothek.extension.gui.dock.theme.eclipse.displayer   
bibliothek.gui.dock.station Elements needed by various implementations of the DockStation interface. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
 

Uses of DockableDisplayerListener in bibliothek.extension.gui.dock.theme.eclipse.displayer
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.displayer that return DockableDisplayerListener
protected  DockableDisplayerListener[] EclipseDockableDisplayer.displayerListeners()
          Gets all DockableDisplayerListener known to this displayer.
protected  DockableDisplayerListener[] NoTitleDisplayer.listeners()
          Gets all listeners currently known to this displayer.
 

Methods in bibliothek.extension.gui.dock.theme.eclipse.displayer with parameters of type DockableDisplayerListener
 void EclipseDockableDisplayer.addDockableDisplayerListener(DockableDisplayerListener listener)
           
 void NoTitleDisplayer.addDockableDisplayerListener(DockableDisplayerListener listener)
           
 void EclipseDockableDisplayer.removeDockableDisplayerListener(DockableDisplayerListener listener)
           
 void NoTitleDisplayer.removeDockableDisplayerListener(DockableDisplayerListener listener)
           
 

Uses of DockableDisplayerListener in bibliothek.gui.dock.station
 

Methods in bibliothek.gui.dock.station with parameters of type DockableDisplayerListener
 void DisplayerCollection.addDockableDisplayerListener(DockableDisplayerListener listener)
          Adds listener to all DockableDisplayers that are in this collection.
 void DockableDisplayer.addDockableDisplayerListener(DockableDisplayerListener listener)
          Adds listener to this displayer.
 void DisplayerCollection.removeDockableDisplayerListener(DockableDisplayerListener listener)
          Removes listener from all DockableDisplayers that are in this collection.
 void DockableDisplayer.removeDockableDisplayerListener(DockableDisplayerListener listener)
          Removes listener from this displayer.
 

Uses of DockableDisplayerListener in bibliothek.gui.dock.themes.basic
 

Methods in bibliothek.gui.dock.themes.basic that return DockableDisplayerListener
protected  DockableDisplayerListener[] BasicDockableDisplayer.listeners()
          Gets a list of all listeners currently registered at this displayer.
 

Methods in bibliothek.gui.dock.themes.basic with parameters of type DockableDisplayerListener
 void BasicDockableDisplayer.addDockableDisplayerListener(DockableDisplayerListener listener)
           
 void BasicDockableDisplayer.removeDockableDisplayerListener(DockableDisplayerListener listener)