Uses of Interface
org.eclipse.jface.text.source.ILineRange
Packages that use 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
Methods in org.eclipse.jface.text that return ILineRangeModifier and TypeMethodDescriptionstatic ILineRangeJFaceTextUtil.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
Classes in org.eclipse.jface.text.revisions that implement ILineRangeModifier and TypeClassDescriptionfinal classAn unmodifiable line range that belongs to aRevision.Methods in org.eclipse.jface.text.revisions with parameters of type ILineRangeModifier and TypeMethodDescriptionfinal voidRevision.addRange(ILineRange range) Adds a line range to this revision. -
Uses of ILineRange in org.eclipse.jface.text.source
Classes in org.eclipse.jface.text.source that implement ILineRangeMethods in org.eclipse.jface.text.source that return ILineRangeModifier 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) Methods in org.eclipse.jface.text.source with parameters of type ILineRangeModifier 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 voidAbstractRulerColumn.paint(GC gc, ILineRange lines) Paints the ruler.protected final voidAbstractRulerColumn.redraw(ILineRange lines) Marks the region covered bylinesas needing to be redrawn.