|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ColorManager | |
---|---|
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. |
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.color | The color subsystem, used by most of the components to search for the colors they need to paint. |
Uses of ColorManager in bibliothek.gui |
---|
Methods in bibliothek.gui that return ColorManager | |
---|---|
ColorManager |
DockController.getColors()
Gets the map of colors which are used by this controller. |
Uses of ColorManager in bibliothek.gui.dock.themes |
---|
Methods in bibliothek.gui.dock.themes with parameters of type ColorManager | |
---|---|
C |
ColorProviderFactory.create(ColorManager manager)
Creates a new provider for manager . |
void |
ColorScheme.transmitAll(Priority priority,
ColorManager manager)
Transmits all values in this scheme to manager . |
Uses of ColorManager in bibliothek.gui.dock.themes.color |
---|
Methods in bibliothek.gui.dock.themes.color with parameters of type ColorManager | |
---|---|
MultiColorProvider<D> |
MultiColorProviderFactory.create(ColorManager manager)
|
ColorProvider<D> |
SingleColorProviderFactory.create(ColorManager manager)
|
void |
DefaultColorScheme.transmitAll(Priority priority,
ColorManager manager)
|
Uses of ColorManager in bibliothek.gui.dock.util.color |
---|
Methods in bibliothek.gui.dock.util.color with parameters of type ColorManager | |
---|---|
void |
AbstractDockColor.setManager(ColorManager manager)
Sets the manager which owns this DockColor , automatically
add or removes this DockColor from the manager |
Constructors in bibliothek.gui.dock.util.color with parameters of type ColorManager | |
---|---|
MultiColorProvider(ColorManager manager)
Creates a new ColorProvider . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |