Eclipse Platform
Release 3.0

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

Packages that use TemplateVariableResolver
org.eclipse.jface.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.  
 

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

Subclasses of TemplateVariableResolver in org.eclipse.jface.text.templates
static class GlobalTemplateVariables.Cursor
          The cursor variable determines the cursor placement after template edition.
static class GlobalTemplateVariables.Date
          The date variable evaluates to the current date.
static class GlobalTemplateVariables.Dollar
          The dollar variable inserts an escaped dollar symbol.
static class GlobalTemplateVariables.LineSelection
          The line selection variable determines templates that work on selected lines.
static class GlobalTemplateVariables.Time
          The time variable evaluates to the current time.
static class GlobalTemplateVariables.User
          The user variable evaluates to the current user.
static class GlobalTemplateVariables.WordSelection
          The word selection variable determines templates that work on a full lines selection.
static class GlobalTemplateVariables.Year
          The year variable evaluates to the current year.
 class SimpleTemplateVariableResolver
          A simple template variable resolver, which always evaluates to a defined string.
 

Methods in org.eclipse.jface.text.templates that return TemplateVariableResolver
protected  TemplateVariableResolver TemplateContextType.getResolver(String type)
          Returns the resolver for the given type.
 

Methods in org.eclipse.jface.text.templates with parameters of type TemplateVariableResolver
 void TemplateContextType.addResolver(TemplateVariableResolver resolver)
          Adds a variable resolver to the context type.
 void TemplateContextType.removeResolver(TemplateVariableResolver resolver)
          Removes a template variable from the context type.
 

Uses of TemplateVariableResolver in org.eclipse.ui.texteditor.templates
 

Constructors in org.eclipse.ui.texteditor.templates with parameters of type TemplateVariableResolver
TemplateVariableProposal(TemplateVariableResolver variable, int offset, int length, ITextViewer viewer)
          Creates a template variable proposal.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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