|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextValue | |
|---|---|
| bibliothek.extension.gui.dock.preference | Generic collection of preferences used in this framework. |
| bibliothek.extension.gui.dock.preference.editor | A set of PreferenceEditors
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 DockActions. |
| bibliothek.gui.dock.common.action.util | Some utility classes required to precisely configure the behavior of
CActions. |
| bibliothek.gui.dock.facile.menu | Implementations of MenuPiece. |
| 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. |
| Uses of TextValue in bibliothek.extension.gui.dock.preference |
|---|
| Subclasses of TextValue in bibliothek.extension.gui.dock.preference | |
|---|---|
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. |
| Uses of TextValue in bibliothek.extension.gui.dock.preference.editor |
|---|
| Subclasses of TextValue in bibliothek.extension.gui.dock.preference.editor | |
|---|---|
class |
EditorText
A text that is used by a PreferenceEditor. |
| Uses of TextValue in bibliothek.extension.gui.dock.preference.preferences.choice |
|---|
| Subclasses of TextValue in bibliothek.extension.gui.dock.preference.preferences.choice | |
|---|---|
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. |
| Uses of TextValue in bibliothek.gui |
|---|
| Methods in bibliothek.gui that return types with arguments of type TextValue | |
|---|---|
protected UIScheme<String,TextValue,TextBridge> |
DockController.createDefaultTextScheme()
Creates the default UIScheme for the TextManager. |
| Uses of TextValue in bibliothek.gui.dock.action |
|---|
| Subclasses of TextValue in bibliothek.gui.dock.action | |
|---|---|
class |
DockActionText
Represents a text that is used by a DockAction. |
| Uses of TextValue in bibliothek.gui.dock.common.action.util |
|---|
| Subclasses of TextValue in bibliothek.gui.dock.common.action.util | |
|---|---|
class |
CActionText
A text that is used by a CAction. |
| Uses of TextValue in bibliothek.gui.dock.facile.menu |
|---|
| Subclasses of TextValue in bibliothek.gui.dock.facile.menu | |
|---|---|
class |
MenuPieceText
Represents a text that is used by a MenuPiece |
| Uses of TextValue in bibliothek.gui.dock.themes |
|---|
| Subclasses of TextValue in bibliothek.gui.dock.themes | |
|---|---|
class |
ThemeFactoryText
Represents a text that is used by a ThemeFactory to present itself. |
| Uses of TextValue in bibliothek.gui.dock.util.text |
|---|
| Subclasses of TextValue in bibliothek.gui.dock.util.text | |
|---|---|
class |
DialogText
A text that is shown on or by a JDialog. |
class |
SwingActionText
A text that is used by an Action. |
| Methods in bibliothek.gui.dock.util.text that return TextValue | |
|---|---|
protected TextValue |
TextValue.me()
|
| Method parameters in bibliothek.gui.dock.util.text with type arguments of type TextValue | |
|---|---|
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 | |||||||||