|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.themes.color.ExtendingColorScheme
public class ExtendingColorScheme
A ColorScheme that can be extended by additional ColorScheme.
| Field Summary |
|---|
| Fields inherited from interface bibliothek.gui.dock.themes.ColorScheme |
|---|
COLOR_SCHEME_PARAMETER, EXTENSION_NAME |
| Constructor Summary | |
|---|---|
ExtendingColorScheme(ColorScheme scheme,
DockController controller)
Creates a new scheme. |
|
| Method Summary | |
|---|---|
ColorBridgeFactory |
getBridgeFactory(Path kind)
Searches for a factory for a bridge that can be used for a specific kind of DockColor. |
Color |
getColor(String id)
Searches for a color that can be used for the identifier id. |
void |
transmitAll(Priority priority,
ColorManager manager)
Transmits all values in this scheme to manager. |
boolean |
updateUI()
Called when the LookAndFeel or a color of the
LookAndFeelColors changed and this scheme
perhaps needs to update its colors. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtendingColorScheme(ColorScheme scheme,
DockController controller)
scheme - the basic settingscontroller - the controller used to read additional schemes| Method Detail |
|---|
public ColorBridgeFactory getBridgeFactory(Path kind)
ColorSchemeDockColor.
getBridgeFactory in interface ColorSchemekind - the kind of color the provider should support
nullpublic Color getColor(String id)
ColorSchemeid.
getColor in interface ColorSchemeid - an identifier of some color
null
public void transmitAll(Priority priority,
ColorManager manager)
ColorSchememanager.
transmitAll in interface ColorSchemepriority - the priority to use when registering colors
and providers.manager - the manager to fillpublic boolean updateUI()
ColorSchemeLookAndFeel or a color of the
LookAndFeelColors changed and this scheme
perhaps needs to update its colors.
updateUI in interface ColorSchemetrue if anything changed, false
if this scheme was not changed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||