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 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
Classes in org.eclipse.jface.text.revisions that implement ILineRange Modifier and Type Class Description class
RevisionRange
An unmodifiable line range that belongs to aRevision
.Methods in org.eclipse.jface.text.revisions with parameters of type ILineRange Modifier and Type Method Description void
Revision. 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 class
LineRange
Default implementation ofILineRange
.Methods in org.eclipse.jface.text.source that return ILineRange Modifier and Type Method Description ILineRange
IAnnotationHoverExtension. getHoverLineRange(ISourceViewer viewer, int lineNumber)
Returns the range of lines that include the given line number for which the same hover information is valid.ILineRange
LineChangeHover. getHoverLineRange(ISourceViewer viewer, int lineNumber)
Methods in org.eclipse.jface.text.source with parameters of type ILineRange Modifier and Type Method Description Object
IAnnotationHoverExtension. getHoverInfo(ISourceViewer sourceViewer, ILineRange lineRange, int visibleNumberOfLines)
Returns the object which should be presented in the a hover popup window.Object
LineChangeHover. getHoverInfo(ISourceViewer sourceViewer, ILineRange lineRange, int visibleLines)
protected void
AbstractRulerColumn. paint(GC gc, ILineRange lines)
Paints the ruler.protected void
AbstractRulerColumn. redraw(ILineRange lines)
Marks the region covered bylines
as needing to be redrawn.
-