Eclipse Platform
Release 3.0

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
 TemplateVariable[] TemplateBuffer.getVariables()
          Returns the variable positions of the template buffer.
protected  TemplateVariable TemplateTranslator.createVariable(String type, String name, int[] offsets)
          Hook method to create new variables.
 

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

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

Guidelines for using Eclipse APIs.

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