Eclipse Platform
Release 3.3

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

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

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

Methods in org.eclipse.jface.text.templates that return TemplateVariableType
 TemplateVariableType TemplateVariable.getVariableType()
          Returns the type of the variable.
 

Methods in org.eclipse.jface.text.templates with parameters of type TemplateVariableType
protected  TemplateVariable TemplateTranslator.createVariable(TemplateVariableType type, String name, int[] offsets)
          Hook method to create new variables.
 

Constructors in org.eclipse.jface.text.templates with parameters of type TemplateVariableType
TemplateVariable(TemplateVariableType type, String name, String defaultValue, int[] offsets)
          Creates a template variable.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

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