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.TemplateContext

Packages that use TemplateContext
org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse text template support. 
 

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

Subclasses of TemplateContext in org.eclipse.jface.text.templates
 class DocumentTemplateContext
          Instances of this class describe the context of a template as a region of a document.
 

Methods in org.eclipse.jface.text.templates that return TemplateContext
protected   TemplateContext TemplateCompletionProcessor. createContext ( ITextViewer viewer, IRegion region)
          Creates a concrete template context for the given region in the document.
protected   TemplateContext TemplateProposal. getContext ()
          Returns the context in which the template was requested.
 

Methods in org.eclipse.jface.text.templates with parameters of type TemplateContext
protected   ICompletionProposal TemplateCompletionProcessor. createProposal ( Template template, TemplateContext context, IRegion region, int relevance)
          Creates a new proposal.
protected   ICompletionProposal TemplateCompletionProcessor. createProposal ( Template template, TemplateContext context, Region region, int relevance)
          Deprecated. use the version specifying IRegion as third parameter
protected  boolean SimpleTemplateVariableResolver. isUnambiguous ( TemplateContext context)
          Returns always true, since simple variables are normally unambiguous.
protected  boolean TemplateVariableResolver. isUnambiguous ( TemplateContext context)
          Returns whether this resolver is able to resolve unambiguously.
 void TemplateContextType. resolve ( TemplateBuffer buffer, TemplateContext context)
          Resolves the variables in buffer within context and edits the template buffer to reflect the resolved variables.
protected   String SimpleTemplateVariableResolver. resolve ( TemplateContext context)
           
protected   String TemplateVariableResolver. resolve ( TemplateContext context)
          Returns an instance of the type resolved by the receiver available in context.
protected   String GlobalTemplateVariables.WordSelection. resolve ( TemplateContext context)
           
protected   String GlobalTemplateVariables.LineSelection. resolve ( TemplateContext context)
           
protected   String GlobalTemplateVariables.Date. resolve ( TemplateContext context)
           
protected   String GlobalTemplateVariables.Year. resolve ( TemplateContext context)
           
protected   String GlobalTemplateVariables.Time. resolve ( TemplateContext context)
          Returns an instance of the type resolved by the receiver available in context.
protected   String GlobalTemplateVariables.User. resolve ( TemplateContext context)
          Returns an instance of the type resolved by the receiver available in context.
 void TemplateVariableResolver. resolve ( TemplateVariable variable, TemplateContext context)
          Resolves variable in context.
 void TemplateContextType. resolve ( TemplateVariable variable, TemplateContext context)
          Resolves a single variable in a context.
protected   String[] TemplateVariableResolver. resolveAll ( TemplateContext context)
          Returns all possible bindings available in context.
 

Constructors in org.eclipse.jface.text.templates with parameters of type TemplateContext
TemplateProposal ( Template template, TemplateContext context, IRegion region, Image image)
          Creates a template proposal with a template and its context.
TemplateProposal ( Template template, TemplateContext context, IRegion region, Image image, int relevance)
          Creates a template proposal with a template and its context.
 


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