plugins/org.symbian.tools.tmw.ui/src/org/symbian/tools/tmw/ui/project/IProjectTemplateManager.java
changeset 484 f5df819c1852
parent 478 6c07c755d0c7
equal deleted inserted replaced
483:109da596fa9d 484:f5df819c1852
    23 import org.symbian.tools.tmw.core.runtimes.IMobileWebRuntime;
    23 import org.symbian.tools.tmw.core.runtimes.IMobileWebRuntime;
    24 
    24 
    25 public interface IProjectTemplateManager {
    25 public interface IProjectTemplateManager {
    26     /**
    26     /**
    27      * Returns project templates that support mobile web runtime.
    27      * Returns project templates that support mobile web runtime.
    28      * 
    28      *
    29      * @return sorted array of the templates. Templates are sorted based on weight and name.
    29      * @return sorted array of the templates. Templates are sorted based on weight and name.
    30      */
    30      */
    31     IProjectTemplate[] getProjectTemplates(IMobileWebRuntime runtime);
    31     IProjectTemplate[] getProjectTemplates(IMobileWebRuntime runtime);
    32 
    32 
    33     IProjectTemplate getDefaultTemplate(IMobileWebRuntime runtime);
    33     IProjectTemplate getDefaultTemplate(IMobileWebRuntime runtime);