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

Packages that use AbstractUIScheme
bibliothek.gui.dock.util.icon   
bibliothek.gui.dock.util.text   
 

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.