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

Packages that use DockThemeExtension
bibliothek.gui The high level interfaces of the framework and the most often used classes. 
bibliothek.gui.dock.common.theme Classes related to the DockThemes. 
bibliothek.gui.dock.themes Contains an implementation of DockTheme and all classes which are neede by this theme. 
 

Uses of DockThemeExtension in bibliothek.gui
 

Methods in bibliothek.gui with parameters of type DockThemeExtension
 void DockTheme.install(DockController controller, DockThemeExtension[] extensions)
          Install this theme at controller.
 

Uses of DockThemeExtension in bibliothek.gui.dock.common.theme
 

Methods in bibliothek.gui.dock.common.theme with parameters of type DockThemeExtension
 void CDockTheme.install(DockController controller, DockThemeExtension[] extensions)
           
 

Uses of DockThemeExtension in bibliothek.gui.dock.themes
 

Methods in bibliothek.gui.dock.themes with parameters of type DockThemeExtension
 void BasicTheme.install(DockController controller, DockThemeExtension[] extensions)
           
 void NoStackTheme.install(DockController controller, DockThemeExtension[] extensions)