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

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

Uses of ThemeFactory in bibliothek.gui
 

Fields in bibliothek.gui with type parameters of type ThemeFactory
private  java.util.List<ThemeFactory> DockUI.themes
          A list of all available themes
 

Methods in bibliothek.gui that return ThemeFactory
 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.
 

Uses of ThemeFactory in bibliothek.gui.dock.themes
 

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

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