Package | Description |
---|---|
bibliothek.extension.gui.dock.theme |
Contains some
DockTheme s. |
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 |
---|---|
ColorBridge |
IdentifiedColorScheme.getBridge(Path name,
UIProperties<java.awt.Color,DockColor,ColorBridge> properties) |
Modifier and Type | Method and Description |
---|---|
void |
IdentifiedColorScheme.addListener(UISchemeListener<java.awt.Color,DockColor,ColorBridge> listener) |
ColorBridge |
IdentifiedColorScheme.getBridge(Path name,
UIProperties<java.awt.Color,DockColor,ColorBridge> properties) |
java.awt.Color |
IdentifiedColorScheme.getResource(java.lang.String name,
UIProperties<java.awt.Color,DockColor,ColorBridge> properties) |
void |
IdentifiedColorScheme.install(UIProperties<java.awt.Color,DockColor,ColorBridge> properties) |
void |
IdentifiedColorScheme.removeListener(UISchemeListener<java.awt.Color,DockColor,ColorBridge> listener) |
void |
IdentifiedColorScheme.uninstall(UIProperties<java.awt.Color,DockColor,ColorBridge> properties) |
Modifier and Type | Class and Description |
---|---|
class |
BasicButtonTitleTransmitter
A transmitter to
BasicButtonDockTitle . |
class |
BasicTabTransmitter
A
ColorTransmitter connecting the BasicTheme with the
individual color requests of common-project elements. |
class |
BasicTitleTransmitter
A connection between the
ColorMap s and the BasicDockTitle s. |
class |
BubbleButtonTitleTransmitter
A transmitter setting the colors of the flap button titles when using
a
BubbleTheme . |
class |
BubbleDisplayerTransmitter
A transmitter connecting
ColorMap and BubbleDisplayer . |
class |
BubbleTabTransmitter
A transmitter handling
TabColor s related to a BubbleTheme . |
class |
BubbleTitleTransmitter
A connection between a
BubbleTheme -title and the ColorMap . |
class |
ColorTransmitter
|
class |
EclipseTabTransmitter
|
class |
FlatTabTransmitter
|
class |
FlatTitleTransmitter
|
class |
MinimizedButtonColorTransmitter
A color transmitter for the button-title used on minimized areas.
|
class |
TabColorTransmitter
A
ColorTransmitter used for TabColor s. |
class |
TitleColorTransmitter
A color transmitter that connects
TitleColor s with the common-project
and the ColorMap of the CDockable s. |
Modifier and Type | Interface and Description |
---|---|
interface |
CColorBridge
A
ColorBridge which filters the interesting colors. |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedColorBridge
This
ColorBridge uses a delegate and applies a set of CColorBridge s. |
Constructor and Description |
---|
ExtendedColorBridge(ColorBridge bridge,
CColorBridge[] extensions)
Creates a new bridge.
|
Modifier and Type | Method and Description |
---|---|
ColorBridge |
ColorBridgeFactory.create(ColorManager manager)
Creates a new bridge for
manager . |
Modifier and Type | Method and Description |
---|---|
ColorBridge |
SingleColorBridgeFactory.create(ColorManager manager) |
ColorBridge |
DefaultColorScheme.getBridge(Path name,
UIProperties<java.awt.Color,DockColor,ColorBridge> properties) |
ColorBridge |
ExtendingColorScheme.getBridge(Path name,
UIProperties<java.awt.Color,DockColor,ColorBridge> properties) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractColorScheme.addListener(UISchemeListener<java.awt.Color,DockColor,ColorBridge> listener) |
void |
ExtendingColorScheme.addListener(UISchemeListener<java.awt.Color,DockColor,ColorBridge> listener) |
protected void |
AbstractColorScheme.fire(UISchemeEvent<java.awt.Color,DockColor,ColorBridge> event)
Calls
UISchemeListener.changed(UISchemeEvent) on all currently registered listeners. |
ColorBridge |
DefaultColorScheme.getBridge(Path name,
UIProperties<java.awt.Color,DockColor,ColorBridge> properties) |
ColorBridge |
ExtendingColorScheme.getBridge(Path name,
UIProperties<java.awt.Color,DockColor,ColorBridge> properties) |
java.awt.Color |
DefaultColorScheme.getResource(java.lang.String name,
UIProperties<java.awt.Color,DockColor,ColorBridge> properties) |
java.awt.Color |
ExtendingColorScheme.getResource(java.lang.String name,
UIProperties<java.awt.Color,DockColor,ColorBridge> properties) |
void |
AbstractColorScheme.install(UIProperties<java.awt.Color,DockColor,ColorBridge> properties) |
void |
ExtendingColorScheme.install(UIProperties<java.awt.Color,DockColor,ColorBridge> properties) |
void |
AbstractColorScheme.removeListener(UISchemeListener<java.awt.Color,DockColor,ColorBridge> listener) |
void |
ExtendingColorScheme.removeListener(UISchemeListener<java.awt.Color,DockColor,ColorBridge> listener) |
void |
AbstractColorScheme.uninstall(UIProperties<java.awt.Color,DockColor,ColorBridge> properties) |
void |
ExtendingColorScheme.uninstall(UIProperties<java.awt.Color,DockColor,ColorBridge> properties) |
Constructor and Description |
---|
SingleColorBridgeFactory(ColorBridge bridge)
Creates a new factory.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiColorBridge
A
ColorBridge which uses other bridges to handle some colors. |