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

Packages that use DockFrontendListener
bibliothek.gui   
bibliothek.gui.dock.event   
 

Uses of DockFrontendListener in bibliothek.gui
 

Methods in bibliothek.gui that return DockFrontendListener
protected  DockFrontendListener[] DockFrontend.listeners()
          Gets an independent array containing all currently registered listeners.
 

Methods in bibliothek.gui with parameters of type DockFrontendListener
 void DockFrontend.addFrontendListener(DockFrontendListener listener)
          Adds a listener to this frontend.
 void DockFrontend.removeFrontendListener(DockFrontendListener listener)
          Removes an earlier added listener from this frontend.
 

Uses of DockFrontendListener in bibliothek.gui.dock.event
 

Classes in bibliothek.gui.dock.event that implement DockFrontendListener
 class DockFrontendAdapter
          An class implementing all methods of DockFrontendListener, but not doing anything inside these methodes.