Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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

Packages that use TemplateContextType
org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse text template support. 
org.eclipse.ui.editors.text.templates Application programming interfaces for interaction with the Eclipse text editor template support. 
 

Uses of TemplateContextType in org.eclipse.jface.text.templates
 

Methods in org.eclipse.jface.text.templates that return TemplateContextType
  TemplateContextType TemplateContext. getContextType ()
          Returns the context type of this context.
protected abstract   TemplateContextType TemplateCompletionProcessor. getContextType ( ITextViewer viewer, IRegion region)
          Returns the context type that can handle template insertion at the given region in the viewer's document.
  TemplateContextType ContextTypeRegistry. getContextType ( String id)
          Returns the context type if the id is valid, null otherwise.
 

Methods in org.eclipse.jface.text.templates with parameters of type TemplateContextType
 void ContextTypeRegistry. addContextType ( TemplateContextType contextType)
          Adds a context type to the registry.
 

Constructors in org.eclipse.jface.text.templates with parameters of type TemplateContextType
DocumentTemplateContext ( TemplateContextType type, IDocument document, int offset, int length)
          Creates a document template context.
DocumentTemplateContext ( TemplateContextType type, IDocument document, Position position)
          Creates a document template context.
TemplateContext ( TemplateContextType contextType)
          Creates a template context of a particular context type.
 

Uses of TemplateContextType in org.eclipse.ui.editors.text.templates
 

Methods in org.eclipse.ui.editors.text.templates that return TemplateContextType
static  TemplateContextType ContributionContextTypeRegistry. createContextType ( String id)
          Tries to create a context type given an id.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire