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

Packages that use ThemeMeta
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 ThemeMeta in bibliothek.gui.dock.common.theme
 

Methods in bibliothek.gui.dock.common.theme that return ThemeMeta
 ThemeMeta CDockThemeFactory.createMeta(DockController controller)
           
 

Uses of ThemeMeta in bibliothek.gui.dock.themes
 

Classes in bibliothek.gui.dock.themes that implement ThemeMeta
 class DefaultThemeMeta
          This default implementation of ThemeMeta uses the TextManager to read label and description.
 

Methods in bibliothek.gui.dock.themes that return ThemeMeta
 ThemeMeta ThemeFactory.createMeta(DockController controller)
          Gets meta information about this factory.
 ThemeMeta ThemePropertyFactory.createMeta(DockController controller)
           
 

Methods in bibliothek.gui.dock.themes with parameters of type ThemeMeta
 void ThemeMetaListener.authorsChanged(ThemeMeta meta)
          Called if the authors of meta changed.
 void ThemeMetaListener.descriptionChanged(ThemeMeta meta)
          Called if the description of meta changed.
 void ThemeMetaListener.nameChanged(ThemeMeta meta)
          Called if the name of meta changed.
 void ThemeMetaListener.webpagesChanged(ThemeMeta meta)
          Called if the webpages of meta changed.