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.
|
Modifier and Type | Class and Description |
---|---|
class |
PaintManager
Manages the
IPainter object registered with an
ITextViewer . |
Modifier and Type | Method and Description |
---|---|
void |
TextViewer.addTextInputListener(ITextInputListener listener) |
void |
ITextViewer.addTextInputListener(ITextInputListener listener)
Adds a text input listener to this viewer.
|
void |
TextViewer.removeTextInputListener(ITextInputListener listener) |
void |
ITextViewer.removeTextInputListener(ITextInputListener listener)
Removes the given listener from this viewer's set of text input listeners.
|
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.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.