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 Java User Interface text support.
|
org.eclipse.ui.texteditor.templates |
Application programming interfaces for interaction
with the Eclipse Java User Interface text 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 |
---|---|
ContextTypeRegistry |
TemplatePreferencePage.getContextTypeRegistry()
Returns the context type registry.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplatePreferencePage.setContextTypeRegistry(ContextTypeRegistry registry)
Sets the context type registry.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.