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

Packages that use UIListener
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
 

Uses of UIListener in bibliothek.gui
 

Methods in bibliothek.gui that return UIListener
protected  UIListener[] DockController.uiListeners()
          Gets all the available UIListeners.
 

Methods in bibliothek.gui with parameters of type UIListener
 void DockController.addUIListener(UIListener listener)
          Adds an UIListener to this controller, the listener gets notified when the graphical user interface needs an update because the LookAndFeel changed.
 void DockController.removeUIListener(UIListener listener)
          Removes a listener from this controller.