Uses of Interface
org.eclipse.jface.text.source.ILineRange
Package
Description
Provides a framework for creating and manipulating text documents.
Provides a revision model and a protocol to display revision information in a vertical ruler column.
Provides a framework for connecting document regions
with annotations and for displaying those.
-
Uses of ILineRange in org.eclipse.jface.text
Modifier and TypeMethodDescriptionstatic ILineRange
JFaceTextUtil.getVisibleModelLines
(ITextViewer viewer) Returns the range of lines that is visible in the viewer, including any partially visible lines. -
Uses of ILineRange in org.eclipse.jface.text.revisions
Modifier and TypeClassDescriptionfinal class
An unmodifiable line range that belongs to aRevision
.Modifier and TypeMethodDescriptionfinal void
Revision.addRange
(ILineRange range) Adds a line range to this revision. -
Uses of ILineRange in org.eclipse.jface.text.source
Modifier and TypeMethodDescriptionIAnnotationHoverExtension.getHoverLineRange
(ISourceViewer viewer, int lineNumber) Returns the range of lines that include the given line number for which the same hover information is valid.LineChangeHover.getHoverLineRange
(ISourceViewer viewer, int lineNumber) Modifier and TypeMethodDescriptionIAnnotationHoverExtension.getHoverInfo
(ISourceViewer sourceViewer, ILineRange lineRange, int visibleNumberOfLines) Returns the object which should be presented in the a hover popup window.LineChangeHover.getHoverInfo
(ISourceViewer sourceViewer, ILineRange lineRange, int visibleLines) protected void
AbstractRulerColumn.paint
(GC gc, ILineRange lines) Paints the ruler.protected final void
AbstractRulerColumn.redraw
(ILineRange lines) Marks the region covered bylines
as needing to be redrawn.