|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.text.templates.TemplateVariableResolver
org.eclipse.jface.text.templates.SimpleTemplateVariableResolver
A simple template variable resolver, which always evaluates to a defined string.
Clients may instantiate and extend this class.
Constructor Summary | |
---|---|
protected |
SimpleTemplateVariableResolver(String type,
String description)
|
Method Summary | |
---|---|
protected boolean |
isUnambiguous(TemplateContext context)
Returns always true , since simple variables are normally
unambiguous. |
protected String |
resolve(TemplateContext context)
Returns an instance of the type resolved by the receiver available in context .
|
void |
setEvaluationString(String evaluationString)
Sets the string to which this variable evaluates. |
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 |
protected SimpleTemplateVariableResolver(String type, String description)
Method Detail |
public final void setEvaluationString(String evaluationString)
evaluationString
- the evaluation string, may be null
.protected String resolve(TemplateContext context)
TemplateVariableResolver
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.
resolve
in class TemplateVariableResolver
context
- the context in which to resolve the type
null
if it cannot be determinedprotected boolean isUnambiguous(TemplateContext context)
true
, since simple variables are normally
unambiguous.
isUnambiguous
in class TemplateVariableResolver
context
- the context in which the resolved check should be
evaluated
true
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.