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.
|
org.eclipse.ui.editors.text |
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.
|
Modifier and Type | Field and Description |
---|---|
protected IHyperlinkPresenter |
TextViewer.fHyperlinkPresenter
The text viewer's hyperlink presenter.
|
Modifier and Type | Method and Description |
---|---|
void |
TextViewer.setHyperlinkPresenter(IHyperlinkPresenter hyperlinkPresenter)
Sets the hyperlink presenter.
|
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 | Method and Description |
---|---|
void |
HyperlinkManager.install(ITextViewer textViewer,
IHyperlinkPresenter hyperlinkPresenter,
IHyperlinkDetector[] hyperlinkDetectors,
int eventStateMask)
Installs this hyperlink manager with the given arguments.
|
Modifier and Type | Method and Description |
---|---|
IHyperlinkPresenter |
SourceViewerConfiguration.getHyperlinkPresenter(ISourceViewer sourceViewer)
Returns the hyperlink presenter for the given source viewer.
|
Modifier and Type | Method and Description |
---|---|
IHyperlinkPresenter |
TextSourceViewerConfiguration.getHyperlinkPresenter(ISourceViewer sourceViewer) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.