Interface TemplatesCategory
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface TemplatesCategory
A template category...
- Since:
- 18
-
Method Summary
Modifier and TypeMethodDescriptionGet the subcategories.Get the corresponding framework id.getName()
Get the name of the category.Get the templates list for this category.
-
Method Details
-
getAdditionalInformation
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
String getName()Get the name of the category.- Returns:
- Returns the name of the category.
-
getChildCategories
List<TemplatesCategory> getChildCategories()Get the subcategories.- Returns:
- Returns the subcategories.
-
getTemplates
List<EditorTemplate> getTemplates()Get the templates list for this category.- Returns:
- The templates list strictly in this category.
-
getFrameworkId
String getFrameworkId()Get the corresponding framework id.- Returns:
- Framework id or
null
for templates that aren't from a framework. - Since:
- 20.0
-