Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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


java.lang.Object
  extended by 

org.eclipse.jface.text.templates.TemplateVariableResolver
      extended by 

org.eclipse.jface.text.templates.SimpleTemplateVariableResolver
          extended by 
org.eclipse.jface.text.templates.GlobalTemplateVariables.Time
Enclosing class:
GlobalTemplateVariables

public static class GlobalTemplateVariables.Time
extends SimpleTemplateVariableResolver

The time variable evaluates to the current time.


Constructor Summary
GlobalTemplateVariables.Time ()
          Creates a new time 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.Time

public GlobalTemplateVariables.Time()
Creates a new time variable

Method Detail

resolve

protected 
String resolve(
TemplateContext context)
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
Parameters:
context - the context in which to resolve the type
Returns:
the name of the text object of this type, or null if it cannot be determined

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire