bibliothek.gui.dock.themes
Interface ThemeFactory

All Known Implementing Classes:
CDockThemeFactory, ThemePropertyFactory

public interface ThemeFactory

A factory creating new themes.

Author:
Benjamin Sigg

Method Summary
 DockTheme create(DockController controller)
          Creates a new theme.
 ThemeMeta createMeta(DockController controller)
          Gets meta information about this factory.
 

Method Detail

create

DockTheme create(DockController controller)
Creates a new theme.

Parameters:
controller - the controller in whose realm the theme will be used
Returns:
the new theme

createMeta

ThemeMeta createMeta(DockController controller)
Gets meta information about this factory.

Parameters:
controller - the controller in whose realm the meta information will be displayed
Returns:
the new meta information