Uses of Interface
bibliothek.gui.dock.util.UISchemeEvent

Packages that use UISchemeEvent
bibliothek.gui.dock.themes.color The color subsystem allows each kind of element to get its colors from a central repository. 
bibliothek.gui.dock.util Distribution of information in a global scale and methods available from everywhere. 
 

Uses of UISchemeEvent in bibliothek.gui.dock.themes.color
 

Methods in bibliothek.gui.dock.themes.color with parameters of type UISchemeEvent
protected  void AbstractColorScheme.fire(UISchemeEvent<Color,DockColor,ColorBridge> event)
          Calls UISchemeListener.changed(UISchemeEvent) on all currently registered listeners.
 

Uses of UISchemeEvent in bibliothek.gui.dock.util
 

Methods in bibliothek.gui.dock.util with parameters of type UISchemeEvent
 void UISchemeListener.changed(UISchemeEvent<V,U,B> event)
          Called if the contents of an UIScheme changed.
protected  void TypedPropertyUIScheme.fire(UISchemeEvent<Object,UIValue<Object>,UIBridge<Object,UIValue<Object>>> event)
          Forwards the event event to all registered UIListeners.
protected  void AbstractUIScheme.fire(UISchemeEvent<V,U,B> event)
          Fires the event event to all registered UISchemeListeners.