|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UIProperties | |
|---|---|
| bibliothek.extension.gui.dock.theme | Contains some DockThemes. |
| 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. |
| Uses of UIProperties in bibliothek.extension.gui.dock.theme |
|---|
| Methods in bibliothek.extension.gui.dock.theme with parameters of type UIProperties | |
|---|---|
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)
|
| Uses of UIProperties in bibliothek.gui.dock.themes.color |
|---|
| Methods in bibliothek.gui.dock.themes.color with parameters of type UIProperties | |
|---|---|
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)
|
| Uses of UIProperties in bibliothek.gui.dock.util |
|---|
| Subclasses of UIProperties in bibliothek.gui.dock.util | |
|---|---|
class |
IconManager
A map of icons which are used by various objects. |
class |
TextManager
A map of String-String pairs used by various objects. |
| Methods in bibliothek.gui.dock.util with parameters of type UIProperties | |
|---|---|
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)
Updates the value of this UIValue without actually installing this
on manager. |
| Constructors in bibliothek.gui.dock.util with parameters of type UIProperties | |
|---|---|
MultiUIBridge(UIProperties<V,U,?> manager)
Creates a new MultiUIBridge. |
|
| Uses of UIProperties in bibliothek.gui.dock.util.color |
|---|
| Subclasses of UIProperties in bibliothek.gui.dock.util.color | |
|---|---|
class |
ColorManager
A ColorManager contains Colors, ColorBridges and
DockColors. |
| Uses of UIProperties in bibliothek.gui.dock.util.font |
|---|
| Subclasses of UIProperties in bibliothek.gui.dock.util.font | |
|---|---|
class |
FontManager
A FontManager contains FontModifiers, DockFonts
and FontBridges. |
| Uses of UIProperties in bibliothek.gui.dock.util.icon |
|---|
| Methods in bibliothek.gui.dock.util.icon with parameters of type UIProperties | |
|---|---|
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)
|
| Uses of UIProperties in bibliothek.gui.dock.util.text |
|---|
| Methods in bibliothek.gui.dock.util.text with parameters of type UIProperties | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||