Interface TemplatesCategory


  • @API(type=NOT_EXTENDABLE,
         src=PUBLIC)
    public interface TemplatesCategory
    A template category...
    Since:
    18
    • Method Detail

      • getAdditionalInformation

        java.lang.String getAdditionalInformation()
        Returns:
        The additional information for the category. It can be the absolute path of the folder associated with the category or the store location of the framework this category was created for.
      • getName

        java.lang.String getName()
        Get the name of the category.
        Returns:
        Returns the name of the category.
      • getChildCategories

        java.util.List<TemplatesCategory> getChildCategories()
        Get the subcategories.
        Returns:
        Returns the subcategories.
      • getTemplates

        java.util.List<EditorTemplate> getTemplates()
        Get the templates list for this category.
        Returns:
        The templates list strictly in this category.
      • getFrameworkId

        java.lang.String getFrameworkId()
        Get the corresponding framework id.
        Returns:
        Framework id or null for templates that aren't from a framework.
        Since:
        20.0