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 framework for connecting document regions
with annotations and for displaying those.
|
Modifier and Type | Method and Description |
---|---|
void |
TextViewer.addTextPresentationListener(ITextPresentationListener listener) |
void |
ITextViewerExtension4.addTextPresentationListener(ITextPresentationListener listener)
Adds the given text presentation listener to this text viewer.
|
void |
TextViewer.removeTextPresentationListener(ITextPresentationListener listener) |
void |
ITextViewerExtension4.removeTextPresentationListener(ITextPresentationListener listener)
Removes the given text presentation listener from this text viewer.
|
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.
|
class |
MultipleHyperlinkPresenter
A hyperlink presenter capable of showing multiple hyperlinks in a hover.
|
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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.