Uses of Interface
bibliothek.gui.dock.common.theme.DockThemeModifier

Packages that use DockThemeModifier
bibliothek.gui.dock.common.theme Classes related to the DockThemes. 
 

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

Methods in bibliothek.gui.dock.common.theme that return DockThemeModifier
 DockThemeModifier ThemeMap.getModifier()
          Gets the object which will modify the DockTheme before applying the theme to the DockController.
 

Methods in bibliothek.gui.dock.common.theme with parameters of type DockThemeModifier
 void ThemeMap.setModifier(DockThemeModifier modifier)
          Sets the object which will modify the DockTheme before applying the theme to the DockController.