Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.common.intern.color |
Various implementations of
ColorBridge used by the themes of Common
to transfer colors from the ColorMap of CDockable s
through the ColorManager to the Component s which are related
to said dockable s. |
bibliothek.gui.dock.common.theme.color |
Introduces an extension to the color management.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ColorManager |
DockController.getColors()
Gets the map of colors which are used by this controller.
|
Constructor and Description |
---|
BasicButtonTitleTransmitter(ColorManager manager) |
BasicTabTransmitter(ColorManager manager)
Creates a new transmitter.
|
BasicTitleTransmitter(ColorManager manager)
Creates a new transmitter.
|
BubbleButtonTitleTransmitter(ColorManager manager)
Creates a new transmitter
|
BubbleDisplayerTransmitter(ColorManager manager)
Creates a new transmitter.
|
BubbleTabTransmitter(ColorManager manager)
Creates a new transmitter.
|
BubbleTitleTransmitter(ColorManager manager)
Creates a new transmitter.
|
EclipseTabTransmitter(ColorManager manager) |
FlatTabTransmitter(ColorManager manager)
Creates a new transmitter
|
FlatTitleTransmitter(ColorManager manager)
Creates a new transmitter.
|
MinimizedButtonColorTransmitter(ColorManager manager,
java.lang.String... keys)
Creates a new transmitter.
|
TabColorTransmitter(ColorManager manager,
java.lang.String... keys)
Creates a new transmitter.
|
TitleColorTransmitter(ColorManager manager,
java.lang.String... keys)
Creates a new transmitter.
|
Modifier and Type | Method and Description |
---|---|
CColorBridge |
CColorBridgeExtension.create(CControl control,
ColorManager manager)
Creates a new bridge for
manager . |
Modifier and Type | Method and Description |
---|---|
ColorBridge |
ColorBridgeFactory.create(ColorManager manager)
Creates a new bridge for
manager . |
Modifier and Type | Method and Description |
---|---|
protected ColorManager[] |
AbstractColorScheme.managers()
Gets all the
ColorManager s that are currently installed on this scheme. |
Modifier and Type | Method and Description |
---|---|
MultiColorBridge |
MultiColorBridgeFactory.create(ColorManager manager) |
ColorBridge |
SingleColorBridgeFactory.create(ColorManager manager) |
Constructor and Description |
---|
MultiColorBridge(ColorManager manager)
Creates a new
ColorBridge . |