Package | Description |
---|---|
org.eclipse.jface.text.templates |
Application programming interfaces for interaction
with the Eclipse Java User Interface text support.
|
Modifier and Type | Method and Description |
---|---|
protected TemplateVariable |
TemplateTranslator.createVariable(String type,
String name,
int[] offsets)
Hook method to create new variables.
|
TemplateVariable[] |
TemplateBuffer.getVariables()
Returns the variable positions of the template buffer.
|
Modifier and Type | Method and Description |
---|---|
void |
TemplateVariableResolver.resolve(TemplateVariable variable,
TemplateContext context)
Resolves
variable in context . |
void |
TemplateBuffer.setContent(String string,
TemplateVariable[] variables)
Sets the content of the template buffer.
|
protected void |
TemplateContextType.validateVariables(TemplateVariable[] variables)
Validates the variables in this context type.
|
Constructor and Description |
---|
TemplateBuffer(String string,
TemplateVariable[] variables)
Creates a template buffer.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.