Uses of Class
org.eclipse.jface.text.templates.persistence.TemplateStore
Packages that use TemplateStore
Package
Description
Application programming interfaces for interaction
with the Eclipse text editor template support.
Application programming interfaces for interaction
with the Eclipse text editor template support.
-
Uses of TemplateStore in org.eclipse.ui.editors.text.templates
Subclasses of TemplateStore in org.eclipse.ui.editors.text.templates -
Uses of TemplateStore in org.eclipse.ui.texteditor.templates
Methods in org.eclipse.ui.texteditor.templates that return TemplateStoreModifier and TypeMethodDescriptionabstract TemplateStore
AbstractTemplatesPage.getTemplateStore()
Returns the template store used in this page.ITemplatesPageExtension.getTemplateStore()
Returns template store associated with this page.TemplatePreferencePage.getTemplateStore()
Returns the template store.TemplatesView.getTemplateStore()
Returns the template store of the current page.Methods in org.eclipse.ui.texteditor.templates with parameters of type TemplateStoreModifier and TypeMethodDescriptionvoid
TemplatePreferencePage.setTemplateStore
(TemplateStore store) Sets the template store.