Uses of Interface
org.eclipse.jface.text.source.ILineRange
-
Packages that use ILineRange Package Description org.eclipse.jface.text Provides a framework for creating and manipulating text documents.org.eclipse.jface.text.revisions Provides a revision model and a protocol to display revision information in a vertical ruler column.org.eclipse.jface.text.source 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 ILineRange Modifier and Type Method Description static 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 ILineRange Modifier and Type Class Description classRevisionRangeAn unmodifiable line range that belongs to aRevision.Methods in org.eclipse.jface.text.revisions with parameters of type ILineRange Modifier and Type Method Description 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 ILineRange Modifier and Type Class Description classLineRangeDefault implementation ofILineRange.Methods in org.eclipse.jface.text.source that return ILineRange Modifier and Type Method Description ILineRangeIAnnotationHoverExtension. getHoverLineRange(ISourceViewer viewer, int lineNumber)Returns the range of lines that include the given line number for which the same hover information is valid.ILineRangeLineChangeHover. getHoverLineRange(ISourceViewer viewer, int lineNumber)Methods in org.eclipse.jface.text.source with parameters of type ILineRange Modifier and Type Method Description ObjectIAnnotationHoverExtension. getHoverInfo(ISourceViewer sourceViewer, ILineRange lineRange, int visibleNumberOfLines)Returns the object which should be presented in the a hover popup window.ObjectLineChangeHover. getHoverInfo(ISourceViewer sourceViewer, ILineRange lineRange, int visibleLines)protected voidAbstractRulerColumn. paint(GC gc, ILineRange lines)Paints the ruler.protected voidAbstractRulerColumn. redraw(ILineRange lines)Marks the region covered bylinesas needing to be redrawn.
-