Package | Description |
---|---|
bibliothek.extension.gui.dock.theme |
Contains some
DockTheme s. |
bibliothek.extension.gui.dock.theme.bubble |
Various graphical and logical components used when
BubbleTheme is
active. |
bibliothek.gui.dock.station.screen.window |
Contains the window (
JDialog , JInternalDialog , etc..)
that shows the children of a ScreenDockStation and the classes required
to configure that window. |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
IdentifiedColorScheme.addListener(UISchemeListener<Color,DockColor,ColorBridge> listener) |
ColorBridge |
IdentifiedColorScheme.getBridge(Path name,
UIProperties<Color,DockColor,ColorBridge> properties) |
Color |
IdentifiedColorScheme.getResource(String name,
UIProperties<Color,DockColor,ColorBridge> properties) |
void |
IdentifiedColorScheme.install(UIProperties<Color,DockColor,ColorBridge> properties) |
void |
IdentifiedColorScheme.removeListener(UISchemeListener<Color,DockColor,ColorBridge> listener) |
void |
IdentifiedColorScheme.uninstall(UIProperties<Color,DockColor,ColorBridge> properties) |
Modifier and Type | Class and Description |
---|---|
protected class |
BubbleTab.BubbleTabColor
Some color needed on a
Tab . |
Modifier and Type | Interface and Description |
---|---|
interface |
ScreenDockWindowColor
Represents a color that is used to paint something of a
ScreenDockWindow . |
Modifier and Type | Class and Description |
---|---|
protected class |
DefaultScreenDockWindowBorder.BorderColor
A
DockColor representing a color used by this border. |
Modifier and Type | Class and Description |
---|---|
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 |
MenuColor
A color representing a
CombinedMenu . |
class |
StationColor
A color used for painting a
DockStation . |
class |
StationPaintColor
A color used by a
StationPaint . |
class |
TabColor
Color related to a single
Dockable that is in a tab for example
on a StackDockStation . |
class |
TitleColor
A color used by a
DockTitle . |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
protected DockColor |
AbstractDockColor.me() |