Uses of Class
org.eclipse.jface.text.templates.TemplateVariableType
Package
Description
Application programming interfaces for interaction
with the Eclipse text template support.
-
Uses of TemplateVariableType in org.eclipse.jface.text.templates
Modifier and TypeMethodDescriptionTemplateVariable.getVariableType()
Returns the type of the variable.Modifier and TypeMethodDescriptionprotected TemplateVariable
TemplateTranslator.createVariable
(TemplateVariableType type, String name, int[] offsets) Hook method to create new variables.ModifierConstructorDescriptionTemplateVariable
(TemplateVariableType type, String name, String defaultValue, int[] offsets) Creates a template variable.