|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DockColor | |
---|---|
bibliothek.extension.gui.dock.theme.bubble | Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.gui.dock.common.intern.color | |
bibliothek.gui.dock.common.intern.theme | |
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 DockColor in bibliothek.extension.gui.dock.theme.bubble |
---|
Classes in bibliothek.extension.gui.dock.theme.bubble that implement DockColor | |
---|---|
protected class |
BubbleStackDockComponent.BubbleTabColor
Some color needed on a BubbleStackDockComponent.Tab . |
Uses of DockColor in bibliothek.gui.dock.common.intern.color |
---|
Classes in bibliothek.gui.dock.common.intern.color with type parameters of type DockColor | |
---|---|
class |
ColorTransmitter<D extends DockColor>
A ColorTransmitter observes some ColorMap s
and transmits some Color s of these maps to a set of DockColor s. |
Uses of DockColor in bibliothek.gui.dock.common.intern.theme |
---|
Methods in bibliothek.gui.dock.common.intern.theme with type parameters of type DockColor | ||
---|---|---|
|
CDockTheme.putColorProviderFactory(Class<C> kind,
ColorProviderFactory<C,? extends UIBridge<Color,C>> factory)
Sets the UIBridge which should be used for a certain kind
of DockColor s. |
Uses of DockColor in bibliothek.gui.dock.themes |
---|
Classes in bibliothek.gui.dock.themes with type parameters of type DockColor | |
---|---|
interface |
ColorProviderFactory<D extends DockColor,C extends UIBridge<Color,D>>
A factory that creates new UIBridge s. |
Methods in bibliothek.gui.dock.themes with type parameters of type DockColor | ||
---|---|---|
|
ColorScheme.getProvider(Class<D> kind)
Searches for a factory for a provider that can be used for a specific kind of DockColor . |
|
protected
|
BasicTheme.updateColorProvider(Class<P> kind)
Transmits the UIBridge for kind to the ColorManager |
Uses of DockColor in bibliothek.gui.dock.themes.color |
---|
Classes in bibliothek.gui.dock.themes.color with type parameters of type DockColor | |
---|---|
class |
MultiColorProviderFactory<D extends DockColor>
A factory for a MultiUIBridge , this factory can contain other
factories to fill up the new MultiUIBridge . |
class |
SingleColorProviderFactory<D extends DockColor>
A ColorProviderFactory that always returns the same instance
of ColorProvider . |
Classes in bibliothek.gui.dock.themes.color that implement DockColor | |
---|---|
class |
ActionColor
A color used for a DockAction . |
class |
DisplayerColor
A color used on a DockableDisplayer . |
class |
DockableSelectionColor
A color used by a DockableSelection . |
class |
StationPaintColor
A color used by a StationPaint . |
class |
TabColor
Color related to a single Dockable on a StackDockStation . |
class |
TitleColor
A color used by a DockTitle . |
Methods in bibliothek.gui.dock.themes.color with type parameters of type DockColor | ||
---|---|---|
|
DefaultColorScheme.getProvider(Class<D> kind)
|
|
|
DefaultColorScheme.setProvider(Class<? super D> kind,
ColorProviderFactory<D,? extends UIBridge<Color,D>> provider)
Sets the value of some provider. |
Uses of DockColor in bibliothek.gui.dock.util.color |
---|
Classes in bibliothek.gui.dock.util.color with type parameters of type DockColor | |
---|---|
interface |
ColorProvider<D extends DockColor>
Deprecated. please use UIBridge instead. |
class |
MultiColorProvider<D extends DockColor>
Deprecated. this class was replaced by MultiUIBridge |
Classes in bibliothek.gui.dock.util.color that implement DockColor | |
---|---|
class |
AbstractDockColor
A DockColor that contains more than one Color :
override: is a value that can be set from outside and overrides all other values
value: is the value obtained through the ColorManager
backup: is a color used when all other colors are unavailable
This class also has methods to add or remove itself from a ColorManager . |
Methods in bibliothek.gui.dock.util.color that return DockColor | |
---|---|
protected DockColor |
AbstractDockColor.me()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |