|
Eclipse Platform Release 3.2 |
|||||||||
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
org.eclipse.jface.text.templates.GlobalTemplateVariables.WordSelection
public static class GlobalTemplateVariables.WordSelection
The word selection variable determines templates that work on a full lines selection.
Field Summary | |
---|---|
static java.lang.String |
NAME
Name of the word selection variable, value= "word_selection" |
Constructor Summary | |
---|---|
GlobalTemplateVariables.WordSelection()
Creates a new word selection variable |
Method Summary | |
---|---|
protected java.lang.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 |
Field Detail |
---|
public static final java.lang.String NAME
Constructor Detail |
---|
public GlobalTemplateVariables.WordSelection()
Method Detail |
---|
protected java.lang.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 SimpleTemplateVariableResolver
context
- the context in which to resolve the type
null
if it cannot be determined
|
Eclipse Platform Release 3.2 |
|||||||||
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, 2006. All rights reserved.