Uses of Interface
bibliothek.gui.dock.util.text.TextBridge

Packages that use TextBridge
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. 
 

Uses of TextBridge in bibliothek.gui
 

Methods in bibliothek.gui that return types with arguments of type TextBridge
protected  UIScheme<String,TextValue,TextBridge> DockController.createDefaultTextScheme()
          Creates the default UIScheme for the TextManager.
 

Uses of TextBridge in bibliothek.gui.dock.util.text
 

Methods in bibliothek.gui.dock.util.text that return TextBridge
 TextBridge DefaultTextScheme.getBridge(Path name, UIProperties<String,TextValue,TextBridge> properties)
           
 

Method parameters in bibliothek.gui.dock.util.text with type arguments of type TextBridge
 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)