Uses of Class
org.eclipse.jface.text.templates.TemplateVariableResolver
-
Packages that use TemplateVariableResolver Package Description org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse text template support. -
-
Uses of TemplateVariableResolver in org.eclipse.jface.text.templates
Subclasses of TemplateVariableResolver in org.eclipse.jface.text.templates Modifier and Type Class Description static classGlobalTemplateVariables.CursorThe cursor variable determines the cursor placement after template edition.static classGlobalTemplateVariables.DateThe date variable evaluates to the current date.static classGlobalTemplateVariables.DollarThe dollar variable inserts an escaped dollar symbol.static classGlobalTemplateVariables.LineSelectionThe line selection variable determines templates that work on selected lines.static classGlobalTemplateVariables.SelectionThe selection variable determines templates that work on a selection.static classGlobalTemplateVariables.TimeThe time variable evaluates to the current time.static classGlobalTemplateVariables.UserThe user variable evaluates to the current user.static classGlobalTemplateVariables.WordSelectionThe word selection variable determines templates that work on selected words, but not on selected lines.static classGlobalTemplateVariables.YearThe year variable evaluates to the current year.classSimpleTemplateVariableResolverA simple template variable resolver, which always evaluates to a defined string.Methods in org.eclipse.jface.text.templates that return TemplateVariableResolver Modifier and Type Method Description protected TemplateVariableResolverTemplateContextType. getResolver(String type)Returns the resolver for the given type.Methods in org.eclipse.jface.text.templates that return types with arguments of type TemplateVariableResolver Modifier and Type Method Description Iterator<TemplateVariableResolver>TemplateContextType. resolvers()Returns an iterator for the variables known to the context type.Methods in org.eclipse.jface.text.templates with parameters of type TemplateVariableResolver Modifier and Type Method Description voidTemplateContextType. addResolver(TemplateVariableResolver resolver)Adds a variable resolver to the context type.voidTemplateContextType. removeResolver(TemplateVariableResolver resolver)Removes a template variable from the context type.
-