Package org.eclipse.jface.text.templates
Class GlobalTemplateVariables.Time
java.lang.Object
org.eclipse.jface.text.templates.TemplateVariableResolver
org.eclipse.jface.text.templates.SimpleTemplateVariableResolver
org.eclipse.jface.text.templates.GlobalTemplateVariables.Time
- Enclosing class:
- GlobalTemplateVariables
The time variable evaluates to the current time.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected Stringresolve(TemplateContext context) Returns an instance of the type resolved by the receiver available incontext.Methods inherited from class org.eclipse.jface.text.templates.SimpleTemplateVariableResolverisUnambiguous, setEvaluationStringMethods inherited from class org.eclipse.jface.text.templates.TemplateVariableResolvergetDescription, getType, resolve, resolveAll, setDescription, setType
- 
Constructor Details- 
Timepublic Time()Creates a new time variable
 
- 
- 
Method Details- 
resolveDescription copied from class:TemplateVariableResolverReturns an instance of the type resolved by the receiver available incontext. To resolve means to provide a binding to a concrete text object (aString) in the given context.The default implementation looks up the type in the context. - Overrides:
- resolvein class- SimpleTemplateVariableResolver
- Parameters:
- context- the context in which to resolve the type
- Returns:
- the name of the text object of this type, or nullif it cannot be determined
 
 
-