Eclipse Platform
Release 3.0

Uses of Class
org.eclipse.jface.text.templates.ContextTypeRegistry

Packages that use ContextTypeRegistry
org.eclipse.jface.text.templates.persistence 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.  
 

Uses of ContextTypeRegistry in org.eclipse.jface.text.templates.persistence
 

Methods in org.eclipse.jface.text.templates.persistence that return ContextTypeRegistry
protected  ContextTypeRegistry TemplateStore.getRegistry()
          Returns the registry.
 

Constructors in org.eclipse.jface.text.templates.persistence with parameters of type ContextTypeRegistry
TemplateStore(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 ContextTypeRegistry
 ContextTypeRegistry TemplatePreferencePage.getContextTypeRegistry()
          Returns the context type registry.
 

Methods in org.eclipse.ui.texteditor.templates with parameters of type ContextTypeRegistry
 void TemplatePreferencePage.setContextTypeRegistry(ContextTypeRegistry registry)
          Sets the context type registry.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.