Interface TemplateManager
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface TemplateManager
Utilities related to providing new file templates...
- Since:
- 18
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Show archive templates onlystatic final int
Show defaults onlystatic final int
Show Eclipse defaults onlystatic final int
Show file templates onlystatic final int
Show only DITA templates (the ones with "dita" type set in properties or with no type specified)static final int
Show recently used templates only -
Method Summary
Modifier and TypeMethodDescriptiongetAllTemplatesCategories
(int templateToShow) Get the templates categories.
-
Field Details
-
SHOW_DEFAULTS
static final int SHOW_DEFAULTSShow defaults only- See Also:
-
SHOW_FILE_TEMPLATES
static final int SHOW_FILE_TEMPLATESShow file templates only- See Also:
-
SHOW_ARCHIVE_TEMPLATES
static final int SHOW_ARCHIVE_TEMPLATESShow archive templates only- See Also:
-
SHOW_RECENTLY_USED
static final int SHOW_RECENTLY_USEDShow recently used templates only- See Also:
-
SHOW_ECLIPSE_DEFAULTS
static final int SHOW_ECLIPSE_DEFAULTSShow Eclipse defaults only- See Also:
-
SHOW_ONLY_DITA_TEMPLATES
static final int SHOW_ONLY_DITA_TEMPLATESShow only DITA templates (the ones with "dita" type set in properties or with no type specified)- See Also:
-
-
Method Details
-
getAllTemplatesCategories
Get the templates categories.- Parameters:
templateToShow
- Bit level OR between:- Returns:
- The available templates categories.
-