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.
|
Modifier and Type | Method and Description |
---|---|
static ILineRange |
JFaceTextUtil.getVisibleModelLines(ITextViewer viewer)
Returns the range of lines that is visible in the viewer, including any partially visible
lines.
|
Modifier and Type | Class and Description |
---|---|
class |
RevisionRange
An unmodifiable line range that belongs to a
Revision . |
Modifier and Type | Method and Description |
---|---|
void |
Revision.addRange(ILineRange range)
Adds a line range to this revision.
|
Modifier and Type | Class and Description |
---|---|
class |
LineRange
Default implementation of
ILineRange . |
Modifier and Type | Method and Description |
---|---|
ILineRange |
LineChangeHover.getHoverLineRange(ISourceViewer viewer,
int lineNumber) |
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.
|
Modifier and Type | Method and Description |
---|---|
Object |
LineChangeHover.getHoverInfo(ISourceViewer sourceViewer,
ILineRange lineRange,
int visibleLines) |
Object |
IAnnotationHoverExtension.getHoverInfo(ISourceViewer sourceViewer,
ILineRange lineRange,
int visibleNumberOfLines)
Returns the object which should be presented in the a
hover popup window.
|
protected void |
AbstractRulerColumn.paint(GC gc,
ILineRange lines)
Paints the ruler.
|
protected void |
AbstractRulerColumn.redraw(ILineRange lines)
Marks the region covered by
lines as needing to be redrawn. |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.