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

Packages that use ThemeFactory
bibliothek.gui   
bibliothek.gui.dock.themes   
 

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.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.