Package | Description |
---|---|
bibliothek.extension.gui.dock.theme |
Contains some
DockTheme s. |
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.
|
bibliothek.gui.dock.util.font |
The font-subsystem is used to define the fonts that are used to paint
text.
|
bibliothek.gui.dock.util.icon |
Classes used by the
IconManager to set up the
default icons and allowing clients to configure the IconManager . |
bibliothek.gui.dock.util.text |
Classes used by the
TextManager to set up
the default texts based on the language in which the JRE is executed, and
classes allowing clients to modify these texts. |
Modifier and Type | Method and Description |
---|---|
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.uninstall(UIProperties<Color,DockColor,ColorBridge> properties) |
Modifier and Type | Method and Description |
---|---|
ColorBridge |
DefaultColorScheme.getBridge(Path name,
UIProperties<Color,DockColor,ColorBridge> properties) |
ColorBridge |
ExtendingColorScheme.getBridge(Path name,
UIProperties<Color,DockColor,ColorBridge> properties) |
Color |
DefaultColorScheme.getResource(String name,
UIProperties<Color,DockColor,ColorBridge> properties) |
Color |
ExtendingColorScheme.getResource(String name,
UIProperties<Color,DockColor,ColorBridge> properties) |
void |
AbstractColorScheme.install(UIProperties<Color,DockColor,ColorBridge> properties) |
void |
ExtendingColorScheme.install(UIProperties<Color,DockColor,ColorBridge> properties) |
void |
AbstractColorScheme.uninstall(UIProperties<Color,DockColor,ColorBridge> properties) |
void |
ExtendingColorScheme.uninstall(UIProperties<Color,DockColor,ColorBridge> properties) |
Modifier and Type | Class and Description |
---|---|
class |
IconManager
A map of icons which are used by various objects.
|
class |
TextManager
|
Modifier and Type | Method and Description |
---|---|
UIBridge<Object,UIValue<Object>> |
TypedPropertyUIScheme.getBridge(Path name,
UIProperties<Object,UIValue<Object>,UIBridge<Object,UIValue<Object>>> properties) |
B |
UIScheme.getBridge(Path name,
UIProperties<V,U,B> properties)
Creates the
UIBridge that handles resources of type name . |
Object |
TypedPropertyUIScheme.getResource(String name,
UIProperties<Object,UIValue<Object>,UIBridge<Object,UIValue<Object>>> properties) |
V |
UIScheme.getResource(String name,
UIProperties<V,U,B> properties)
Creates the resource with name
name . |
void |
TypedPropertyUIScheme.install(UIProperties<Object,UIValue<Object>,UIBridge<Object,UIValue<Object>>> properties) |
void |
UIScheme.install(UIProperties<V,U,B> properties)
Informs this scheme that it is now used by
properties . |
void |
AbstractUIValue.setManager(UIProperties<V,U,?> manager)
Sets the manager which owns this
UIValue , this will
automatically be added or removed from the current manager . |
void |
TypedPropertyUIScheme.uninstall(UIProperties<Object,UIValue<Object>,UIBridge<Object,UIValue<Object>>> properties) |
void |
UIScheme.uninstall(UIProperties<V,U,B> properties)
Informs this scheme that it is no longer used by
properties . |
void |
AbstractUIValue.update(UIProperties<V,U,?> manager)
|
Constructor and Description |
---|
MultiUIBridge(UIProperties<V,U,?> manager)
Creates a new
MultiUIBridge . |
Modifier and Type | Class and Description |
---|---|
class |
ColorManager
|
Modifier and Type | Class and Description |
---|---|
class |
FontManager
|
Modifier and Type | Method and Description |
---|---|
DockIconBridge |
DefaultIconScheme.getBridge(Path name,
UIProperties<Icon,DockIcon,DockIconBridge> properties) |
Icon |
DefaultIconScheme.getResource(String name,
UIProperties<Icon,DockIcon,DockIconBridge> properties) |
void |
AbstractIconScheme.install(UIProperties<Icon,DockIcon,DockIconBridge> properties) |
void |
AbstractIconScheme.uninstall(UIProperties<Icon,DockIcon,DockIconBridge> properties) |
Modifier and Type | Method and Description |
---|---|
TextBridge |
DefaultTextScheme.getBridge(Path name,
UIProperties<String,TextValue,TextBridge> properties) |
String |
DefaultTextScheme.getResource(String name,
UIProperties<String,TextValue,TextBridge> properties) |
void |
DefaultTextScheme.install(UIProperties<String,TextValue,TextBridge> properties) |
void |
DefaultTextScheme.uninstall(UIProperties<String,TextValue,TextBridge> properties) |