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. 
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
 

Uses of UIListener in bibliothek.gui
 

Methods in bibliothek.gui with parameters of type UIListener
 void DockController.addUIListener(UIListener listener)
          Deprecated. please use DockController.getThemeManager() to handle UIListeners, this method will be removed in a future release.
 void DockController.removeUIListener(UIListener listener)
          Deprecated. please use DockController.getThemeManager() to handle UIListeners, this method will be removed in a future release.
 

Uses of UIListener in bibliothek.gui.dock.themes
 

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

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