- canPerformEdits() - Method in class org.eclipse.text.edits.TextEditProcessor
-
Checks if the processor can execute all its edits.
- canZeroLengthCover() - Method in class org.eclipse.text.edits.MultiTextEdit
-
- canZeroLengthCover() - Method in class org.eclipse.text.edits.TextEdit
-
Returns true if an edit with length zero can cover
another edit.
- checkIntegrity() - Method in class org.eclipse.text.edits.MultiTextEdit
-
Checks the edit's integrity.
- childDocumentUpdated() - Method in class org.eclipse.text.edits.TextEdit
-
Hook method called when the document updating of a child edit has been
completed.
- childRegionUpdated() - Method in class org.eclipse.text.edits.TextEdit
-
Hook method called when the region updating of a child edit has been
completed.
- clearTextEdits() - Method in class org.eclipse.text.edits.TextEditGroup
-
Removes all text edits from this group.
- commit() - Method in class org.eclipse.text.undo.DocumentUndoManager
-
- commit() - Method in interface org.eclipse.text.undo.IDocumentUndoManager
-
Closes the currently open text edit and open a new one.
- COMPOUND - Static variable in class org.eclipse.text.undo.DocumentUndoEvent
-
Indicates that the described document event is a compound undo
or redo event.
- connect(Object) - Method in class org.eclipse.text.undo.DocumentUndoManager
-
- connect(IDocument) - Static method in class org.eclipse.text.undo.DocumentUndoManagerRegistry
-
Connects the file at the given location to this manager.
- connect(Object) - Method in interface org.eclipse.text.undo.IDocumentUndoManager
-
Connects to the undo manager.
- considerEdit(TextEdit) - Method in class org.eclipse.text.edits.TextEditProcessor
-
Tells whether this processor considers the given edit.
- copy() - Method in interface org.eclipse.text.edits.ISourceModifier
-
Creates a copy of this source modifier object.
- copy() - Method in class org.eclipse.text.edits.TextEdit
-
Creates a deep copy of the edit tree rooted at this
edit.
- CopyingRangeMarker - Class in org.eclipse.text.edits
-
A CopyingRangeMarker can be used to track positions when executing
text edits.
- CopyingRangeMarker(int, int) - Constructor for class org.eclipse.text.edits.CopyingRangeMarker
-
Creates a new CopyRangeMarker for the given
offset and length.
- CopySourceEdit - Class in org.eclipse.text.edits
-
A copy source edit denotes the source of a copy operation.
- CopySourceEdit(int, int) - Constructor for class org.eclipse.text.edits.CopySourceEdit
-
Constructs a new copy source edit.
- CopySourceEdit(int, int, CopyTargetEdit) - Constructor for class org.eclipse.text.edits.CopySourceEdit
-
Constructs a new copy source edit.
- CopyTargetEdit - Class in org.eclipse.text.edits
-
A copy target edit denotes the target of a copy operation.
- CopyTargetEdit(int) - Constructor for class org.eclipse.text.edits.CopyTargetEdit
-
Constructs a new copy target edit
- CopyTargetEdit(int, CopySourceEdit) - Constructor for class org.eclipse.text.edits.CopyTargetEdit
-
Constructs an new copy target edit
- covers(TextEdit) - Method in class org.eclipse.text.edits.MultiTextEdit
-
Returns true if the edit covers the given edit
other.
- covers(TextEdit) - Method in class org.eclipse.text.edits.TextEdit
-
Returns true if the edit covers the given edit
other.
- CREATE_UNDO - Static variable in class org.eclipse.text.edits.TextEdit
-
Flags indicating that applying an edit tree to a document
is supposed to create a corresponding undo edit.
- getChild() - Method in exception org.eclipse.text.edits.MalformedTreeException
-
Returns the child edit that caused the exception.
- getChildren() - Method in class org.eclipse.text.edits.TextEdit
-
Returns the edit's children.
- getChildrenSize() - Method in class org.eclipse.text.edits.TextEdit
-
Returns the size of the managed children.
- getCopy(TextEdit) - Method in class org.eclipse.text.edits.TextEditCopier
-
Returns the copy for the original text edit.
- getCoverage(TextEdit[]) - Static method in class org.eclipse.text.edits.TextEdit
-
Returns the text range spawned by the given array of text edits.
- getDocument() - Method in class org.eclipse.text.edits.TextEditProcessor
-
Returns the document to be manipulated.
- getDocument() - Method in class org.eclipse.text.undo.DocumentUndoEvent
-
Returns the changed document.
- getDocumentUndoManager(IDocument) - Static method in class org.eclipse.text.undo.DocumentUndoManagerRegistry
-
Returns the file buffer managed for the given location or null
if there is no such file buffer.
- getEventType() - Method in class org.eclipse.text.undo.DocumentUndoEvent
-
Returns the type of event that is occurring.
- getExclusiveEnd() - Method in class org.eclipse.text.edits.TextEdit
-
Returns the exclusive end position of this edit.
- getInclusiveEnd() - Method in class org.eclipse.text.edits.TextEdit
-
Returns the inclusive end position of this edit.
- getLength() - Method in class org.eclipse.text.edits.MultiTextEdit
-
Returns the length of the edit.
- getLength() - Method in class org.eclipse.text.edits.TextEdit
-
Returns the length of the edit.
- getModifications(String) - Method in interface org.eclipse.text.edits.ISourceModifier
-
Returns the modification to be done to the passed
string in form of replace edits.
- getName() - Method in class org.eclipse.text.edits.TextEditGroup
-
Returns the edit group's name.
- getOffset() - Method in class org.eclipse.text.edits.MultiTextEdit
-
Returns the offset of the edit.
- getOffset() - Method in class org.eclipse.text.edits.TextEdit
-
Returns the offset of the edit.
- getOffset() - Method in class org.eclipse.text.undo.DocumentUndoEvent
-
Returns the offset of the change.
- getParent() - Method in exception org.eclipse.text.edits.MalformedTreeException
-
Returns the parent edit that caused the exception.
- getParent() - Method in class org.eclipse.text.edits.TextEdit
-
Returns the edit's parent.
- getPreservedText() - Method in class org.eclipse.text.undo.DocumentUndoEvent
-
Returns the text that has been replaced.
- getRegion() - Method in class org.eclipse.text.edits.TextEdit
-
Returns the range that this edit is manipulating.
- getRegion() - Method in class org.eclipse.text.edits.TextEditGroup
-
Returns the text region covered by the edits managed via this
edit group.
- getRoot() - Method in class org.eclipse.text.edits.TextEdit
-
Returns the root edit of the edit tree.
- getRoot() - Method in class org.eclipse.text.edits.TextEditProcessor
-
Returns the edit processor's root edit.
- getSource() - Method in class org.eclipse.text.undo.DocumentUndoEvent
-
Returns the source that triggered this event.
- getSourceEdit() - Method in class org.eclipse.text.edits.CopyTargetEdit
-
Returns the associated source edit or null
if no source edit is associated yet.
- getSourceEdit() - Method in class org.eclipse.text.edits.MoveTargetEdit
-
Returns the associated source edit or null
if no source edit is associated yet.
- getSourceModifier() - Method in class org.eclipse.text.edits.CopySourceEdit
-
Returns the current source modifier or null
if no source modifier is set.
- getSourceModifier() - Method in class org.eclipse.text.edits.MoveSourceEdit
-
Returns the current source modifier or null
if no source modifier is set.
- getStyle() - Method in class org.eclipse.text.edits.TextEditProcessor
-
Returns the style bits of the text edit processor
- getTargetEdit() - Method in class org.eclipse.text.edits.CopySourceEdit
-
Returns the associated target edit or null
if no target edit is associated yet.
- getTargetEdit() - Method in class org.eclipse.text.edits.MoveSourceEdit
-
Returns the associated target edit or null
if no target edit is associated yet.
- getText() - Method in class org.eclipse.text.edits.InsertEdit
-
Returns the text to be inserted.
- getText() - Method in class org.eclipse.text.edits.ReplaceEdit
-
Returns the new text replacing the text denoted
by the edit.
- getText() - Method in class org.eclipse.text.undo.DocumentUndoEvent
-
Returns the text that has been inserted.
- getTextEdits() - Method in class org.eclipse.text.edits.TextEditGroup
-
Returns an array of
TextEdits containing
the edits managed by this group.
- getUndoContext() - Method in class org.eclipse.text.undo.DocumentUndoManager
-
- getUndoContext() - Method in interface org.eclipse.text.undo.IDocumentUndoManager
-
Returns the undo context registered for this document