to.etc.domui.themes
Interface IThemeFactory

All Known Implementing Classes:
FragmentedThemeFactory, SimpleThemeFactory

public interface IThemeFactory

Factory which will create a theme instance from it's source files.

Author:
Frits Jalvingh Created on Jan 11, 2011

Method Summary
 ITheme loadTheme(DomApplication da)
           
 

Method Detail

loadTheme

ITheme loadTheme(DomApplication da)
                 throws java.lang.Exception
Throws:
java.lang.Exception