Class ContextTypeRegistry

java.lang.Object
org.eclipse.text.templates.ContextTypeRegistry
org.eclipse.jface.text.templates.ContextTypeRegistry
Direct Known Subclasses:
ContributionContextTypeRegistry

@Deprecated public class ContextTypeRegistry extends ContextTypeRegistry
Deprecated.
A registry for context types. Editor implementors will usually instantiate a registry and configure the context types available in their editor.

In order to pick up templates contributed using the org.eclipse.ui.editors.templates extension point, use a ContributionContextTypeRegistry.

Since:
3.0
  • Constructor Details

    • ContextTypeRegistry

      public ContextTypeRegistry()
      Deprecated.
  • Method Details