Interface TemplateManager
-
@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface TemplateManager
Utilities related to providing new file templates...- Since:
- 18
-
-
Field Summary
Fields Modifier and Type Field Description static int
SHOW_ARCHIVE_TEMPLATES
Show archive templates onlystatic int
SHOW_DEFAULTS
Show defaults onlystatic int
SHOW_ECLIPSE_DEFAULTS
Show Eclipse defaults onlystatic int
SHOW_FILE_TEMPLATES
Show file templates onlystatic int
SHOW_ONLY_DITA_TEMPLATES
Show only DITA templates (the ones with "dita" type set in properties or with no type specified)static int
SHOW_RECENTLY_USED
Show recently used templates only
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<TemplatesCategory>
getAllTemplatesCategories(int templateToShow)
Get the templates categories.
-
-
-
Field Detail
-
SHOW_DEFAULTS
static final int SHOW_DEFAULTS
Show defaults only- See Also:
- Constant Field Values
-
SHOW_FILE_TEMPLATES
static final int SHOW_FILE_TEMPLATES
Show file templates only- See Also:
- Constant Field Values
-
SHOW_ARCHIVE_TEMPLATES
static final int SHOW_ARCHIVE_TEMPLATES
Show archive templates only- See Also:
- Constant Field Values
-
SHOW_RECENTLY_USED
static final int SHOW_RECENTLY_USED
Show recently used templates only- See Also:
- Constant Field Values
-
SHOW_ECLIPSE_DEFAULTS
static final int SHOW_ECLIPSE_DEFAULTS
Show Eclipse defaults only- See Also:
- Constant Field Values
-
SHOW_ONLY_DITA_TEMPLATES
static final int SHOW_ONLY_DITA_TEMPLATES
Show only DITA templates (the ones with "dita" type set in properties or with no type specified)- See Also:
- Constant Field Values
-
-
Method Detail
-
getAllTemplatesCategories
java.util.List<TemplatesCategory> getAllTemplatesCategories(int templateToShow)
Get the templates categories.- Parameters:
templateToShow
- Bit level OR between:- Returns:
- The available templates categories.
-
-