Uses of Class
org.eclipse.jface.text.templates.ContextTypeRegistry
Packages that use 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
Methods in org.eclipse.jface.text.templates.persistence that return ContextTypeRegistryModifier and TypeMethodDescriptionprotected final ContextTypeRegistryTemplateStore.getRegistry()Constructors in org.eclipse.jface.text.templates.persistence with parameters of type ContextTypeRegistryModifierConstructorDescriptionTemplateStore(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
Subclasses of ContextTypeRegistry in org.eclipse.ui.editors.text.templatesModifier and TypeClassDescriptionclassA registry for context types.Constructors in org.eclipse.ui.editors.text.templates with parameters of type ContextTypeRegistryModifierConstructorDescriptionContributionTemplateStore(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
Methods in org.eclipse.ui.texteditor.templates that return ContextTypeRegistryModifier and TypeMethodDescriptionprotected abstract ContextTypeRegistryAbstractTemplatesPage.getContextTypeRegistry()Returns the context type registry used in this page.TemplatePreferencePage.getContextTypeRegistry()Returns the context type registry.Methods in org.eclipse.ui.texteditor.templates with parameters of type ContextTypeRegistryModifier and TypeMethodDescriptionvoidTemplatePreferencePage.setContextTypeRegistry(ContextTypeRegistry registry) Sets the context type registry.Constructors in org.eclipse.ui.texteditor.templates with parameters of type ContextTypeRegistryModifierConstructorDescriptionEditTemplateDialog(Shell parent, Template template, boolean edit, boolean isNameModifiable, ContextTypeRegistry registry) Creates a new dialog.