Eclipse Platform
Release 3.1

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

Packages that use TemplateVariable
org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse Java User Interface text support.  
 

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

Methods in org.eclipse.jface.text.templates that return TemplateVariable
protected  TemplateVariable TemplateTranslator.createVariable(String type, String name, int[] offsets)
          Hook method to create new variables.
 TemplateVariable[] TemplateBuffer.getVariables()
          Returns the variable positions of the template buffer.
 

Methods in org.eclipse.jface.text.templates with parameters of type TemplateVariable
 void TemplateVariableResolver.resolve(TemplateVariable variable, TemplateContext context)
          Resolves variable in context.
protected  void TemplateContextType.validateVariables(TemplateVariable[] variables)
          Validates the variables in this context type.
 void TemplateBuffer.setContent(String string, TemplateVariable[] variables)
          Sets the content of the template buffer.
 

Constructors in org.eclipse.jface.text.templates with parameters of type TemplateVariable
TemplateBuffer(String string, TemplateVariable[] variables)
          Creates a template buffer.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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