Package | Description |
---|---|
org.eclipse.jface.text.templates.persistence |
Provides persistence support for templates.
|
org.eclipse.ui.editors.text.templates |
Application programming interfaces for interaction
with the Eclipse text editor template support.
|
org.eclipse.ui.texteditor.templates |
Application programming interfaces for interaction
with the Eclipse text editor template support.
|
Modifier and Type | Method and Description |
---|---|
protected ContextTypeRegistry |
TemplateStore.getRegistry()
Returns the registry.
|
Constructor and Description |
---|
TemplateStore(ContextTypeRegistry registry,
IPreferenceStore store,
String key)
Creates a new template store with a context type registry.
|
Modifier and Type | Class and Description |
---|---|
class |
ContributionContextTypeRegistry
A registry for context types.
|
Constructor and Description |
---|
ContributionTemplateStore(ContextTypeRegistry registry,
IPreferenceStore store,
String key)
Creates a new template store with a context type registry.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ContextTypeRegistry |
AbstractTemplatesPage.getContextTypeRegistry()
Returns the context type registry used in this page.
|
ContextTypeRegistry |
TemplatePreferencePage.getContextTypeRegistry()
Returns the context type registry.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplatePreferencePage.setContextTypeRegistry(ContextTypeRegistry registry)
Sets the context type registry.
|
Constructor and Description |
---|
TemplatePreferencePage.EditTemplateDialog(Shell parent,
Template template,
boolean edit,
boolean isNameModifiable,
ContextTypeRegistry registry)
Creates a new dialog.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.