Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
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 |
---|---|
protected UIScheme<String,TextValue,TextBridge> |
DockController.createDefaultTextScheme()
Creates the default
UIScheme for the TextManager . |
Modifier and Type | Method and Description |
---|---|
TextBridge |
DefaultTextScheme.getBridge(Path name,
UIProperties<String,TextValue,TextBridge> 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) |