~fjalvingh/domui/domui-1.0

« back to all changes in this revision

Viewing changes to to.etc.domui/src/to/etc/domui/server/parts/IThemeMapFactory.java

  • Committer: Frits Jalvingh
  • Date: 2009-08-31 15:02:18 UTC
  • Revision ID: jal@etc.to-20090831150218-scxvqgc5z6tmn1hk
Experimental: start to create programmable themes by using SVG and more specialized parts...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package to.etc.domui.server.parts;
 
2
 
 
3
import to.etc.domui.server.*;
 
4
 
 
5
public interface IThemeMapFactory {
 
6
        IThemeMap createThemeMap(DomApplication da);
 
7
}