Package | Description |
---|---|
bibliothek.extension.gui.dock.preference |
Generic collection of preferences used in this framework.
|
bibliothek.extension.gui.dock.preference.editor |
A set of
PreferenceEditor s
for types that are often used. |
bibliothek.extension.gui.dock.preference.preferences.choice |
A set of small classes containing choices the user can make.
|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.action |
The components dealing with the logic of
DockAction s. |
bibliothek.gui.dock.themes |
Contains an implementation of
DockTheme and
all classes which are neede by this theme. |
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 |
PreferenceModelText
A text that is used by a
PreferenceModel . |
class |
PreferenceOperationText
A text that is used by a
PreferenceOperation . |
class |
PreferenceText
A text that is used for a
Preference . |
Modifier and Type | Class and Description |
---|---|
class |
EditorText
A text that is used by a
PreferenceEditor . |
Modifier and Type | Class and Description |
---|---|
class |
ChoiceEntryText
Represents a text that is used for an entry in a
Choice . |
class |
ChoiceText
Represents a text that is used for a
Choice . |
Modifier and Type | Method and Description |
---|---|
protected UIScheme<java.lang.String,TextValue,TextBridge> |
DockController.createDefaultTextScheme()
Creates the default
UIScheme for the TextManager . |
Modifier and Type | Class and Description |
---|---|
class |
DockActionText
Represents a text that is used by a
DockAction . |
Modifier and Type | Class and Description |
---|---|
class |
ThemeFactoryText
Represents a text that is used by a
ThemeFactory to present itself. |
Modifier and Type | Class and Description |
---|---|
class |
DialogText
A text that is shown on or by a
JDialog . |
class |
SwingActionText
A text that is used by an
Action . |
Modifier and Type | Method and Description |
---|---|
protected TextValue |
TextValue.me() |
Modifier and Type | Method and Description |
---|---|
TextBridge |
DefaultTextScheme.getBridge(Path name,
UIProperties<java.lang.String,TextValue,TextBridge> properties) |
java.lang.String |
DefaultTextScheme.getResource(java.lang.String name,
UIProperties<java.lang.String,TextValue,TextBridge> properties) |
void |
DefaultTextScheme.install(UIProperties<java.lang.String,TextValue,TextBridge> properties) |
void |
DefaultTextScheme.uninstall(UIProperties<java.lang.String,TextValue,TextBridge> properties) |