Uses of Interface
de.espirit.firstspirit.access.store.templatestore.FormatTemplate
Packages that use FormatTemplate
Package
Description
-
Uses of FormatTemplate in de.espirit.firstspirit.access.editor
Methods in de.espirit.firstspirit.access.editor that return types with arguments of type FormatTemplateModifier and TypeMethodDescriptionFormatTemplateAccess.getFormatTemplates()
Get all format templates, valid and visible for the editor. -
Uses of FormatTemplate in de.espirit.firstspirit.access.editor.value
Methods in de.espirit.firstspirit.access.editor.value that return FormatTemplateModifier and TypeMethodDescription@Nullable FormatTemplate
DomNode.getFormatTemplate()
Returns node'sFormatTemplate
.Methods in de.espirit.firstspirit.access.editor.value with parameters of type FormatTemplateModifier and TypeMethodDescriptionDefaultDomNode.appendChild
(@NotNull FormatTemplate formatTemplate) Creates and appends a child at the end of the child list. -
Uses of FormatTemplate in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore that return FormatTemplateModifier and TypeMethodDescriptionFormatTemplateContainer.createFormatTemplate
(String uid, Map<Language, String> lang2DisplayName, boolean unifyUid) Creates a new FormatTemplate as child of this FormatTemplateContainerFormatTemplateFolder.createFormatTemplate
(String name) Factory for a format template having the given name.FormatTemplates.createFormatTemplate
(String name) Create a new FormatTemplateFormatTemplateContainer.getFormatTemplate
(String uid) Search a FormatTemplate by given uid.FormatTemplates.getFormatTemplate
(String uid) Search a FormatTemplate by givenuid
Style.getFormatTemplate()
Provides the owning format template.