Package | Description |
---|---|
org.eclipse.core.filebuffers.manipulation |
Provides the API for manipulating file buffers.
|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
org.eclipse.jface.text.templates |
Application programming interfaces for interaction
with the Eclipse text template support.
|
org.eclipse.ltk.core.refactoring |
Application programmer interface to implement semantic preserving workspace transformations.
|
org.eclipse.text.edits |
Provides support for describing and applying textual document editions.
|
Modifier and Type | Method and Description |
---|---|
UndoEdit |
MultiTextEditWithProgress.apply(IDocument document,
int style,
IProgressMonitor progressMonitor) |
UndoEdit |
MultiTextEditWithProgress.apply(IDocument document,
IProgressMonitor progressMonitor) |
Modifier and Type | Method and Description |
---|---|
UndoEdit |
RewriteSessionEditProcessor.performEdits() |
Modifier and Type | Method and Description |
---|---|
void |
TemplateContextType.resolve(TemplateBuffer buffer,
TemplateContext context)
Resolves the variables in
buffer within context
and edits the template buffer to reflect the resolved variables. |
Modifier and Type | Method and Description |
---|---|
void |
TextChange.addEdit(TextEdit edit)
Adds the given edit to the edit tree.
|
protected UndoEdit |
DocumentChange.performEdits(IDocument document) |
protected UndoEdit |
TextFileChange.performEdits(IDocument document) |
protected UndoEdit |
TextChange.performEdits(IDocument document)
Executes the text edits on the given document.
|
Modifier and Type | Method and Description |
---|---|
void |
TextEdit.addChild(TextEdit child)
Adds the given edit
child to this edit. |
void |
TextEdit.addChildren(TextEdit[] edits)
Adds all edits in
edits to this edit. |
UndoEdit |
TextEdit.apply(IDocument document)
Applies the edit tree rooted by this edit to the given document.
|
UndoEdit |
TextEdit.apply(IDocument document,
int style)
Applies the edit tree rooted by this edit to the given document.
|
protected void |
MultiTextEdit.checkIntegrity()
Checks the edit's integrity.
|
UndoEdit |
TextEditProcessor.performEdits()
Executes the text edits.
|
void |
CopyTargetEdit.setSourceEdit(CopySourceEdit edit)
Sets the source edit.
|
void |
CopySourceEdit.setTargetEdit(CopyTargetEdit edit)
Sets the target edit.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.