Uses of Class
bibliothek.gui.dock.util.UIProperties

Packages that use UIProperties
bibliothek.extension.gui.dock.theme Contains some DockThemes. 
bibliothek.gui.dock.themes.color The color subsystem allows each kind of element to get its colors from a central repository. 
bibliothek.gui.dock.util Distribution of information in a global scale and methods available from everywhere. 
bibliothek.gui.dock.util.color The color subsystem, used by most of the components to search for the colors they need to paint. 
bibliothek.gui.dock.util.font The font-subsystem is used to define the fonts that are used to paint text. 
 

Uses of UIProperties in bibliothek.extension.gui.dock.theme
 

Methods in bibliothek.extension.gui.dock.theme with parameters of type UIProperties
 ColorBridge IdentifiedColorScheme.getBridge(Path name, UIProperties<Color,DockColor,ColorBridge> properties)
           
 Color IdentifiedColorScheme.getResource(String name, UIProperties<Color,DockColor,ColorBridge> properties)
           
 void IdentifiedColorScheme.install(UIProperties<Color,DockColor,ColorBridge> properties)
           
 void IdentifiedColorScheme.uninstall(UIProperties<Color,DockColor,ColorBridge> properties)
           
 

Uses of UIProperties in bibliothek.gui.dock.themes.color
 

Methods in bibliothek.gui.dock.themes.color with parameters of type UIProperties
 ColorBridge DefaultColorScheme.getBridge(Path name, UIProperties<Color,DockColor,ColorBridge> properties)
           
 ColorBridge ExtendingColorScheme.getBridge(Path name, UIProperties<Color,DockColor,ColorBridge> properties)
           
 Color DefaultColorScheme.getResource(String name, UIProperties<Color,DockColor,ColorBridge> properties)
           
 Color ExtendingColorScheme.getResource(String name, UIProperties<Color,DockColor,ColorBridge> properties)
           
 void AbstractColorScheme.install(UIProperties<Color,DockColor,ColorBridge> properties)
           
 void ExtendingColorScheme.install(UIProperties<Color,DockColor,ColorBridge> properties)
           
 void AbstractColorScheme.uninstall(UIProperties<Color,DockColor,ColorBridge> properties)
           
 void ExtendingColorScheme.uninstall(UIProperties<Color,DockColor,ColorBridge> properties)
           
 

Uses of UIProperties in bibliothek.gui.dock.util
 

Methods in bibliothek.gui.dock.util with parameters of type UIProperties
 UIBridge<Object,UIValue<Object>> TypedPropertyUIScheme.getBridge(Path name, UIProperties<Object,UIValue<Object>,UIBridge<Object,UIValue<Object>>> properties)
           
 B UIScheme.getBridge(Path name, UIProperties<V,U,B> properties)
          Creates the UIBridge that handles resources of type name.
 Object TypedPropertyUIScheme.getResource(String name, UIProperties<Object,UIValue<Object>,UIBridge<Object,UIValue<Object>>> properties)
           
 V UIScheme.getResource(String name, UIProperties<V,U,B> properties)
          Creates the resource with name name.
 void TypedPropertyUIScheme.install(UIProperties<Object,UIValue<Object>,UIBridge<Object,UIValue<Object>>> properties)
           
 void UIScheme.install(UIProperties<V,U,B> properties)
          Informs this scheme that it is now used by properties.
 void AbstractUIValue.setManager(UIProperties<V,U,?> manager)
          Sets the manager which owns this UIValue, this will automatically be added or removed from the current manager.
 void TypedPropertyUIScheme.uninstall(UIProperties<Object,UIValue<Object>,UIBridge<Object,UIValue<Object>>> properties)
           
 void UIScheme.uninstall(UIProperties<V,U,B> properties)
          Informs this scheme that it is no longer used by properties.
 

Constructors in bibliothek.gui.dock.util with parameters of type UIProperties
MultiUIBridge(UIProperties<V,U,?> manager)
          Creates a new MultiUIBridge.
 

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

Subclasses of UIProperties in bibliothek.gui.dock.util.color
 class ColorManager
          A ColorManager contains Colors, ColorBridges and DockColors.
 

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

Subclasses of UIProperties in bibliothek.gui.dock.util.font
 class FontManager
          A FontManager contains FontModifiers, DockFonts and FontBridges.