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.extension.gui.dock.theme.eclipse |
Various graphical and logical components needed when the
EclipseTheme
is active. |
bibliothek.extension.gui.dock.theme.flat |
Various graphical and logical components needed to paint the layout
when
FlatTheme is active. |
bibliothek.gui.dock.themes.basic |
Factories and classes used when the
BasicTheme
is active. |
bibliothek.gui.dock.themes.color |
The color subsystem allows each kind of element to get its colors
from a central repository.
|
Modifier and Type | Class and Description |
---|---|
class |
IdentifiedColorScheme
A
ColorScheme that is wrapped around another scheme. |
Modifier and Type | Class and Description |
---|---|
class |
BubbleColorScheme
The standard color scheme for a
BubbleTheme |
class |
SimpleBubbleColorScheme
A color scheme that generates most of its colors from a small starting set of
colors.
|
Modifier and Type | Class and Description |
---|---|
class |
EclipseColorScheme
A
ColorScheme used by the EclipseTheme . |
Modifier and Type | Class and Description |
---|---|
class |
FlatColorScheme
A color scheme for
FlatTheme . |
Modifier and Type | Class and Description |
---|---|
class |
BasicColorScheme
The
ColorScheme that is used by the BasicTheme . |
Modifier and Type | Class and Description |
---|---|
class |
DefaultColorScheme
The default implementation of
ColorScheme just uses some maps
to store its colors. |
class |
ExtendingColorScheme
A
ColorScheme that can be extended by additional ColorScheme . |