Uses of Interface
bibliothek.gui.dock.util.UIBridge

Packages that use UIBridge
bibliothek.gui.dock.util   
bibliothek.gui.dock.util.color   
bibliothek.gui.dock.util.font   
 

Uses of UIBridge in bibliothek.gui.dock.util
 

Classes in bibliothek.gui.dock.util with type parameters of type UIBridge
 class UIProperties<V,U extends UIValue<V>,B extends UIBridge<V,U>>
          A map containing which contains some string-values pairs and so called bridges to modify these values when reading them out.
 

Classes in bibliothek.gui.dock.util that implement UIBridge
 class MultiUIBridge<V,U extends UIValue<V>>
          A MultiUIBridge is a collection of UIBridges.
 

Methods in bibliothek.gui.dock.util that return UIBridge
 UIBridge<V,U> MultiUIBridge.getBridge(String id)
          Searches the bridge that handles resources with the key id.
 

Methods in bibliothek.gui.dock.util with parameters of type UIBridge
 void MultiUIBridge.put(String id, UIBridge<V,U> bridge)
          Specifies a bridge that handles all calls regarding id.
 

Uses of UIBridge in bibliothek.gui.dock.util.color
 

Subinterfaces of UIBridge in bibliothek.gui.dock.util.color
 interface ColorBridge
          A ColorBridge is a layer between a ColorManager and a DockColor.
 

Classes in bibliothek.gui.dock.util.color that implement UIBridge
 class MultiColorBridge
          A ColorBridge which uses other bridges to handle some colors.
 

Uses of UIBridge in bibliothek.gui.dock.util.font
 

Subinterfaces of UIBridge in bibliothek.gui.dock.util.font
 interface FontBridge
          A font bridge is a layer between a DockFont and the FontManager, it can modify the FontModifier that is transfered from manager to DockFont.
 

Classes in bibliothek.gui.dock.util.font that implement UIBridge
 class MultiFontBridge
          A collection of multiple UIBridges.