Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractColorScheme.fire(UISchemeEvent<Color,DockColor,ColorBridge> event)
Calls
UISchemeListener.changed(UISchemeEvent) on all currently registered listeners. |
Modifier and Type | Method and Description |
---|---|
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 UIListener s. |
protected void |
AbstractUIScheme.fire(UISchemeEvent<V,U,B> event)
Fires the event
event to all registered UISchemeListener s. |