|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UIValue | |
---|---|
bibliothek.extension.gui.dock.theme.bubble | Various graphical and logical components used when
BubbleTheme is
active. |
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. |
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 UIValue in bibliothek.extension.gui.dock.theme.bubble |
---|
Classes in bibliothek.extension.gui.dock.theme.bubble that implement UIValue | |
---|---|
protected class |
BubbleStackDockComponent.BubbleTabColor
Some color needed on a BubbleStackDockComponent.Tab . |
Uses of UIValue in bibliothek.gui.dock.themes.color |
---|
Classes in bibliothek.gui.dock.themes.color that implement UIValue | |
---|---|
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 . |
Uses of UIValue in bibliothek.gui.dock.util |
---|
Classes in bibliothek.gui.dock.util with type parameters of type UIValue | |
---|---|
class |
AbstractUIValue<V,U extends UIValue<V>>
An abstract implementation of UIValue . |
class |
MultiUIBridge<V,U extends UIValue<V>>
A MultiUIBridge is a collection of UIBridge s. |
interface |
UIBridge<V,U extends UIValue<V>>
An UIBridge is a bridge between the UIProperties and
several UIValue s. |
class |
UIProperties<V,U extends UIValue<V>,B extends UIBridge<V,U>>
A map containing which contains some string-values pairs and so called bridges to modify these values when reading them out. |
Classes in bibliothek.gui.dock.util that implement UIValue | |
---|---|
class |
AbstractUIValue<V,U extends UIValue<V>>
An abstract implementation of UIValue . |
Uses of UIValue in bibliothek.gui.dock.util.color |
---|
Subinterfaces of UIValue in bibliothek.gui.dock.util.color | |
---|---|
interface |
DockColor
A wrapper around a Color object. |
Classes in bibliothek.gui.dock.util.color that implement UIValue | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |