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   
 

Uses of TextBridge in bibliothek.gui
 

Methods in bibliothek.gui that return types with arguments of type TextBridge
protected  UIScheme<java.lang.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<java.lang.String,TextValue,TextBridge> properties)
           
 

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