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.addTextListener(ITextListener listener) |
void |
ITextViewer.addTextListener(ITextListener listener)
Adds a text listener to this viewer.
|
void |
TextViewer.removeTextListener(ITextListener listener) |
void |
ITextViewer.removeTextListener(ITextListener listener)
Removes the given listener from this viewer's set of text listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
HyperlinkManager
Default implementation of a hyperlink manager.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.