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

Packages that use UIScheme
bibliothek.extension.gui.dock.theme Contains some DockThemes. 
bibliothek.extension.gui.dock.theme.bubble Various graphical and logical components used when BubbleTheme is active. 
bibliothek.extension.gui.dock.theme.eclipse Various graphical and logical components needed when the EclipseTheme is active. 
bibliothek.extension.gui.dock.theme.flat Various graphical and logical components needed to paint the layout when FlatTheme is active. 
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
bibliothek.gui.dock.themes.basic Factories and classes used when the BasicTheme is active. 
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.icon Classes used by the IconManager to set up the default icons and allowing clients to configure the IconManager
bibliothek.gui.dock.util.text Classes used by the TextManager to set up the default texts based on the language in which the JRE is executed, and classes allowing clients to modify these texts. 
 

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

Classes in bibliothek.extension.gui.dock.theme that implement UIScheme
 class IdentifiedColorScheme
          A ColorScheme that is wrapped around another scheme.
 

Uses of UIScheme in bibliothek.extension.gui.dock.theme.bubble
 

Classes in bibliothek.extension.gui.dock.theme.bubble that implement UIScheme
 class BubbleColorScheme
          The standard color scheme for a BubbleTheme
 class SimpleBubbleColorScheme
          A color scheme that generates most of its colors from a small starting set of colors.
 

Uses of UIScheme in bibliothek.extension.gui.dock.theme.eclipse
 

Classes in bibliothek.extension.gui.dock.theme.eclipse that implement UIScheme
 class EclipseColorScheme
          A ColorScheme used by the EclipseTheme.
 

Uses of UIScheme in bibliothek.extension.gui.dock.theme.flat
 

Classes in bibliothek.extension.gui.dock.theme.flat that implement UIScheme
 class FlatColorScheme
          A color scheme for FlatTheme.
 

Uses of UIScheme in bibliothek.gui
 

Methods in bibliothek.gui that return UIScheme
protected  UIScheme<Icon,DockIcon,DockIconBridge> DockController.createDefaultIconScheme()
          Creates the default UIScheme for the IconManager.
protected  UIScheme<String,TextValue,TextBridge> DockController.createDefaultTextScheme()
          Creates the default UIScheme for the TextManager.
 

Uses of UIScheme in bibliothek.gui.dock.themes
 

Subinterfaces of UIScheme in bibliothek.gui.dock.themes
 interface ColorScheme
          A ColorScheme is a collection of colors and bridges.
 

Uses of UIScheme in bibliothek.gui.dock.themes.basic
 

Classes in bibliothek.gui.dock.themes.basic that implement UIScheme
 class BasicColorScheme
          The ColorScheme that is used by the BasicTheme.
 

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

Classes in bibliothek.gui.dock.themes.color that implement UIScheme
 class AbstractColorScheme
          This abstract ColorScheme stores listeners and UIProperties.
 class DefaultColorScheme
          The default implementation of ColorScheme just uses some maps to store its colors.
 class ExtendingColorScheme
          A ColorScheme that can be extended by additional ColorScheme.
 

Uses of UIScheme in bibliothek.gui.dock.util
 

Classes in bibliothek.gui.dock.util that implement UIScheme
 class AbstractUIScheme<V,U extends UIValue<V>,B extends UIBridge<V,U>>
          An abstract implementation of UIScheme offering support for listeners.
 class TypedPropertyUIScheme
          This UIScheme is intended to be used by a TypedUIProperties to fill in gaps by reading selected keys of a DockProperties.
 

Methods in bibliothek.gui.dock.util that return UIScheme
 UIScheme<V,U,B> UISchemeEvent.getScheme()
          Gets the scheme which fired this event.
 UIScheme<Object,UIValue<Object>,UIBridge<Object,UIValue<Object>>> TypedUIProperties.getScheme(Priority priority)
          Gets the scheme which fills missing entries on the level priority
 UIScheme<?,?,?> UIPriorityValue.getScheme(Priority priority)
          Gets the scheme that created the entry with priority.
 UIScheme<V,U,B> UIProperties.getScheme(Priority priority)
          Gets the UIScheme that is used to fill up missing values in the level priority.
 

Methods in bibliothek.gui.dock.util with parameters of type UIScheme
 boolean UIPriorityValue.set(Priority priority, T value, UIScheme<?,?,?> scheme)
          Sets the value of this using a value that may be derived from scheme.
 void TypedUIProperties.setScheme(Priority priority, UIScheme<Object,UIValue<Object>,UIBridge<Object,UIValue<Object>>> scheme)
          Sets a scheme that is used to fill missing entries.
 void UIProperties.setScheme(Priority priority, UIScheme<V,U,B> scheme)
          Sets or removes an UIScheme for the level priority of this UIProperties.
 

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

Classes in bibliothek.gui.dock.util.icon that implement UIScheme
 class AbstractIconScheme
          This abstract implementation of an UIScheme offers support for transfering values from the DockProperties to the IconManager.
 class DefaultIconScheme
          This default implementation of an UIScheme for Icons reads an ini-file which consists of "key=icon-path" pairs, and loads all the icons described in that ini file when needed.
 

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

Classes in bibliothek.gui.dock.util.text that implement UIScheme
 class DefaultTextScheme
          This UIScheme is used by the TextManager to load the default set of strings from one or several ResourceBundles.