Package | Description |
---|---|
org.eclipse.jface.text |
Provides a framework for creating and manipulating text documents.
|
org.eclipse.jface.text.hyperlink |
Provides support for detecting and displaying hyperlinks in ISourceViewers.
|
org.eclipse.jface.text.source |
Provides a support for managing annotations attached to a document.
|
Modifier and Type | Method and Description |
---|---|
void |
ITextViewerExtension4.addTextPresentationListener(ITextPresentationListener listener)
Adds the given text presentation listener to this text viewer.
|
void |
TextViewer.addTextPresentationListener(ITextPresentationListener listener) |
void |
ITextViewerExtension4.removeTextPresentationListener(ITextPresentationListener listener)
Removes the given text presentation listener from this text viewer.
|
void |
TextViewer.removeTextPresentationListener(ITextPresentationListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHyperlinkPresenter
The default hyperlink presenter underlines the
link and colors the line and the text with
the given color.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationPainter
Paints decorations for annotations provided by an annotation model and/or
highlights them in the associated source viewer.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.