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

Packages that use UIProperties
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.gui.dock.util
 

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

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.