Eclipse Platform
Release 3.1

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

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

public static class GlobalTemplateVariables.User
extends SimpleTemplateVariableResolver

The user variable evaluates to the current user.


Constructor Summary
GlobalTemplateVariables.User()
          Creates a new user name variable
 
Method Summary
protected  String resolve(TemplateContext 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.User

public GlobalTemplateVariables.User()
Creates a new user name variable

Method Detail

resolve

protected String resolve(TemplateContext context)

Overrides:
resolve in class SimpleTemplateVariableResolver

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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