Uses of Class
org.eclipse.jface.text.templates.ContextTypeRegistry
Package
Description
Provides persistence support for templates.
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 ContextTypeRegistry in org.eclipse.jface.text.templates.persistence
Modifier and TypeMethodDescriptionprotected final ContextTypeRegistry
TemplateStore.getRegistry()
ModifierConstructorDescriptionTemplateStore
(ContextTypeRegistry registry, IPreferenceStore store, String key) Creates a new template store with a context type registry. -
Uses of ContextTypeRegistry in org.eclipse.ui.editors.text.templates
Modifier and TypeClassDescriptionclass
A registry for context types.ModifierConstructorDescriptionContributionTemplateStore
(ContextTypeRegistry registry, IPreferenceStore store, String key) Creates a new template store with a context type registry. -
Uses of ContextTypeRegistry in org.eclipse.ui.texteditor.templates
Modifier and TypeMethodDescriptionprotected abstract ContextTypeRegistry
AbstractTemplatesPage.getContextTypeRegistry()
Returns the context type registry used in this page.TemplatePreferencePage.getContextTypeRegistry()
Returns the context type registry.Modifier and TypeMethodDescriptionvoid
TemplatePreferencePage.setContextTypeRegistry
(ContextTypeRegistry registry) Sets the context type registry.ModifierConstructorDescriptionEditTemplateDialog
(Shell parent, Template template, boolean edit, boolean isNameModifiable, ContextTypeRegistry registry) Creates a new dialog.