Uses of Class
bibliothek.gui.dock.util.text.TextValue

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   
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   
 

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<java.lang.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<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)