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

Packages that use AbstractUIScheme
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 AbstractUIScheme in bibliothek.gui.dock.util.icon
 

Subclasses of AbstractUIScheme in bibliothek.gui.dock.util.icon
 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 AbstractUIScheme in bibliothek.gui.dock.util.text
 

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