Uses of Interface
bibliothek.gui.dock.themes.ThemeFactory

Packages that use ThemeFactory
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.facile.menu   
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
 

Uses of ThemeFactory in bibliothek.gui
 

Methods in bibliothek.gui that return ThemeFactory
 ThemeFactory DockUI.getDefaultTheme()
          Gets the default-theme to be used by all DockControllers when nothing else is specified.
 ThemeFactory[] DockUI.getThemes()
          Gets the list of all available themes.
 

Methods in bibliothek.gui with parameters of type ThemeFactory
 void DockUI.registerTheme(ThemeFactory factory)
          Stores a new theme.
 void DockUI.unregisterTheme(ThemeFactory factory)
          Removes an earlier added factory from the set of theme-factories.
 

Uses of ThemeFactory in bibliothek.gui.dock.facile.menu
 

Methods in bibliothek.gui.dock.facile.menu that return ThemeFactory
 ThemeFactory ThemeMenuPiece.getFactory(int index)
          Gets the index'th factory.
 ThemeFactory ThemeMenuPiece.getSelected()
          Gets the factory which is currently selected.
 

Methods in bibliothek.gui.dock.facile.menu with parameters of type ThemeFactory
 void ThemeMenuPiece.add(ThemeFactory factory)
          Adds an item for factory.
 int ThemeMenuPiece.indexOf(ThemeFactory factory)
          Gets the index of factory.
 void ThemeMenuPiece.remove(ThemeFactory factory)
          Removes the item of factory.
 void ThemeMenuPiece.setSelected(ThemeFactory factory)
          Selects the item which represents factory and changes the DockTheme when necessary.
 

Uses of ThemeFactory in bibliothek.gui.dock.themes
 

Classes in bibliothek.gui.dock.themes that implement ThemeFactory
 class ThemePropertyFactory<T extends DockTheme>
          A factory using the ThemeProperties of a DockTheme to create instances of that DockTheme.
 

Methods in bibliothek.gui.dock.themes that return ThemeFactory
static
<T extends DockTheme>
ThemeFactory
NoStackTheme.getFactory(Class<T> theme, ResourceBundle bundle, DockUI ui)
          Creates a ThemeFactory for this theme encapsulating another theme.