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. 
bibliothek.gui.dock.util.icon   
bibliothek.gui.dock.util.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<java.awt.Color,DockColor,ColorBridge> properties)
           
 java.awt.Color IdentifiedColorScheme.getResource(java.lang.String name, UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 void IdentifiedColorScheme.install(UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 void IdentifiedColorScheme.uninstall(UIProperties<java.awt.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<java.awt.Color,DockColor,ColorBridge> properties)
           
 ColorBridge ExtendingColorScheme.getBridge(Path name, UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 java.awt.Color DefaultColorScheme.getResource(java.lang.String name, UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 java.awt.Color ExtendingColorScheme.getResource(java.lang.String name, UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 void AbstractColorScheme.install(UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 void ExtendingColorScheme.install(UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 void AbstractColorScheme.uninstall(UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 void ExtendingColorScheme.uninstall(UIProperties<java.awt.Color,DockColor,ColorBridge> properties)
           
 

Uses of UIProperties in bibliothek.gui.dock.util
 

Subclasses of UIProperties in bibliothek.gui.dock.util
 class IconManager
          A map of icons which are used by various objects.
 class TextManager
          A map of String-String pairs used by various objects.
 

Methods in bibliothek.gui.dock.util with parameters of type UIProperties
 UIBridge<java.lang.Object,UIValue<java.lang.Object>> TypedPropertyUIScheme.getBridge(Path name, UIProperties<java.lang.Object,UIValue<java.lang.Object>,UIBridge<java.lang.Object,UIValue<java.lang.Object>>> properties)
           
 B UIScheme.getBridge(Path name, UIProperties<V,U,B> properties)
          Creates the UIBridge that handles resources of type name.
 java.lang.Object TypedPropertyUIScheme.getResource(java.lang.String name, UIProperties<java.lang.Object,UIValue<java.lang.Object>,UIBridge<java.lang.Object,UIValue<java.lang.Object>>> properties)
           
 V UIScheme.getResource(java.lang.String name, UIProperties<V,U,B> properties)
          Creates the resource with name name.
 void TypedPropertyUIScheme.install(UIProperties<java.lang.Object,UIValue<java.lang.Object>,UIBridge<java.lang.Object,UIValue<java.lang.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<java.lang.Object,UIValue<java.lang.Object>,UIBridge<java.lang.Object,UIValue<java.lang.Object>>> properties)
           
 void UIScheme.uninstall(UIProperties<V,U,B> properties)
          Informs this scheme that it is no longer used by properties.
 void AbstractUIValue.update(UIProperties<V,U,?> manager)
          Updates the value of this UIValue without actually installing this on manager.
 

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.
 

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

Methods in bibliothek.gui.dock.util.icon with parameters of type UIProperties
 DockIconBridge DefaultIconScheme.getBridge(Path name, UIProperties<javax.swing.Icon,DockIcon,DockIconBridge> properties)
           
 javax.swing.Icon DefaultIconScheme.getResource(java.lang.String name, UIProperties<javax.swing.Icon,DockIcon,DockIconBridge> properties)
           
 void AbstractIconScheme.install(UIProperties<javax.swing.Icon,DockIcon,DockIconBridge> properties)
           
 void AbstractIconScheme.uninstall(UIProperties<javax.swing.Icon,DockIcon,DockIconBridge> properties)
           
 

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

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