|
 |
|
|
org.eclipse.jface.text.templates
Class GlobalTemplateVariables.WordSelection
java.lang.Object
org.eclipse.jface.text.templates.TemplateVariableResolver
org.eclipse.jface.text.templates.SimpleTemplateVariableResolver
org.eclipse.jface.text.templates.GlobalTemplateVariables.WordSelection
-
Enclosing class:
-
GlobalTemplateVariables
-
public static class GlobalTemplateVariables.WordSelection
- extends
SimpleTemplateVariableResolver
The word selection variable determines templates that work on a full
lines selection.
Field Summary
|
static
String
|
NAME
Name of the word selection variable, value= "word_selection" |
Method Summary
|
protected
String
|
resolve
(
TemplateContext context)
Returns an instance of the type resolved by the receiver available in context . |
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
NAME
public static final
String NAME
- Name of the word selection variable, value= "word_selection"
-
See Also:
-
Constant Field Values
GlobalTemplateVariables.WordSelection
public GlobalTemplateVariables.WordSelection()
- Creates a new word selection variable
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
-
-
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
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.
|
|
|