Package | Description |
---|---|
org.eclipse.jface.text.revisions |
Provides a revision model and a protocol to display revision information in an editor's vertical ruler column.
|
org.eclipse.jface.text.source |
Provides a support for managing annotations attached to a document.
|
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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.