Uses of Interface
org.eclipse.jface.text.IPositionUpdater
Package
Description
Provides a framework for creating and manipulating text documents.
Provides a content formatter add-on for an
ITextViewer
.Application programming interfaces for interaction
with the Eclipse text editor's linked position support.
Provides a framework for connecting document regions
with annotations and for displaying those.
-
Uses of IPositionUpdater in org.eclipse.jface.text
Modifier and TypeMethodDescriptionAbstractDocument.getPositionUpdaters()
IDocument.getPositionUpdaters()
Returns the list of position updaters attached to the document.Modifier and TypeMethodDescriptionvoid
AbstractDocument.addPositionUpdater
(IPositionUpdater updater) void
IDocument.addPositionUpdater
(IPositionUpdater updater) Appends a new position updater to the document's list of position updaters.void
AbstractDocument.insertPositionUpdater
(IPositionUpdater updater, int index) void
IDocument.insertPositionUpdater
(IPositionUpdater updater, int index) Inserts the position updater at the specified index in the document's list of position updaters.void
AbstractDocument.removePositionUpdater
(IPositionUpdater updater) void
IDocument.removePositionUpdater
(IPositionUpdater updater) Removes the position updater from the document's list of position updaters. -
Uses of IPositionUpdater in org.eclipse.jface.text.formatter
Modifier and TypeClassDescriptionprotected class
Position updater that shifts otherwise deleted positions to the next non-whitespace character. -
Uses of IPositionUpdater in org.eclipse.jface.text.link
Modifier and TypeClassDescriptionclass
Position updater that considers any change in[p.offset, p.offset + p.length]
of aPosition
p
as belonging to the position. -
Uses of IPositionUpdater in org.eclipse.jface.text.source
Modifier and TypeFieldDescriptionprotected IPositionUpdater
SourceViewer.fSelectionUpdater
Position updater for saved selections