Eclipse Platform
Release 3.0

org.eclipse.jface.text.templates
Class GlobalTemplateVariables.Date

java.lang.Object
  extended byorg.eclipse.jface.text.templates.TemplateVariableResolver
      extended byorg.eclipse.jface.text.templates.SimpleTemplateVariableResolver
          extended byorg.eclipse.jface.text.templates.GlobalTemplateVariables.Date
Enclosing class:
GlobalTemplateVariables

public static class GlobalTemplateVariables.Date
extends SimpleTemplateVariableResolver

The date variable evaluates to the current date.


Constructor Summary
GlobalTemplateVariables.Date()
          Creates a new date variable
 
Method Summary
protected  String resolve(TemplateContext context)
          Returns an instance of the type resolved by the receiver available in context.
 
Methods inherited from class org.eclipse.jface.text.templates.SimpleTemplateVariableResolver
isUnambiguous, setEvaluationString
 
Methods inherited from class org.eclipse.jface.text.templates.TemplateVariableResolver
getDescription, getType, resolve, resolveAll, setDescription, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalTemplateVariables.Date

public GlobalTemplateVariables.Date()
Creates a new date variable

Method Detail

resolve

protected String resolve(TemplateContext context)
Description copied from class: TemplateVariableResolver
Returns an instance of the type resolved by the receiver available in context. To resolve means to provide a binding to a concrete text object (a String) in the given context.

The default implementation looks up the type in the context.

Overrides:
resolve in class SimpleTemplateVariableResolver

Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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