Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
AbstractIconScheme
This abstract implementation of an
UIScheme offers support for transferring values
from the DockProperties to the IconManager . |
class |
DefaultIconScheme
This default implementation of an
UIScheme for Icon s reads an ini-file
which consists of "key=icon-path" pairs, and loads all the icons described in that
ini file when needed. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTextScheme
This
UIScheme is used by the TextManager to load the default set of strings from
one or several ResourceBundle s. |