Uses of Interface
to.etc.domui.themes.IThemeFactory

Packages that use IThemeFactory
to.etc.domui.server   
to.etc.domui.themes   
 

Uses of IThemeFactory in to.etc.domui.server
 

Methods in to.etc.domui.server that return IThemeFactory
 IThemeFactory DomApplication.getThemer()
           
 

Methods in to.etc.domui.server with parameters of type IThemeFactory
 void DomApplication.setThemeFactory(IThemeFactory themer)
          Set the factory for handling the theme.
 

Uses of IThemeFactory in to.etc.domui.themes
 

Classes in to.etc.domui.themes that implement IThemeFactory
 class FragmentedThemeFactory
          Experimental - This class collects all ".frag.css" files in the specified "directory", while allowing them to be "overridden" in other parts of the structure.
 class SimpleThemeFactory