Uses of Class
bibliothek.gui.DockUI

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

Uses of DockUI in bibliothek.gui
 

Fields in bibliothek.gui declared as DockUI
private static DockUI DockUI.ui
          An instance of DockUI
 

Methods in bibliothek.gui that return DockUI
static DockUI DockUI.getDefaultDockUI()
          Gets the default instance of DockUI.
 

Uses of DockUI in bibliothek.gui.dock.themes
 

Fields in bibliothek.gui.dock.themes declared as DockUI
private  DockUI ThemePropertyFactory.ui
          Additional information, might be null
 

Methods in bibliothek.gui.dock.themes that return DockUI
 DockUI ThemePropertyFactory.getUi()
          Gets the DockUI used with this factory.
 

Methods in bibliothek.gui.dock.themes with parameters of type DockUI
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.
 

Constructors in bibliothek.gui.dock.themes with parameters of type DockUI
ThemePropertyFactory(java.lang.Class<? extends DockTheme> theme, DockUI ui)
          Creates a new factory.
ThemePropertyFactory(java.lang.Class<? extends DockTheme> theme, java.util.ResourceBundle bundle, DockUI ui)
          Creates a new factory.