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

Packages that use UIListener
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
 

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.