Package | Description |
---|---|
org.eclipse.jface.text.hyperlink |
Provides support for detecting and displaying hyperlinks in ISourceViewers.
|
Modifier and Type | Class and Description |
---|---|
class |
URLHyperlink
URL hyperlink.
|
Modifier and Type | Method and Description |
---|---|
IHyperlink[] |
URLHyperlinkDetector.detectHyperlinks(ITextViewer textViewer,
IRegion region,
boolean canShowMultipleHyperlinks) |
IHyperlink[] |
IHyperlinkDetector.detectHyperlinks(ITextViewer textViewer,
IRegion region,
boolean canShowMultipleHyperlinks)
Tries to detect hyperlinks for the given region in
the given text viewer and returns them.
|
protected IHyperlink[] |
HyperlinkManager.findHyperlinks()
Finds hyperlinks at the current offset.
|
Modifier and Type | Method and Description |
---|---|
void |
IHyperlinkPresenter.showHyperlinks(IHyperlink[] hyperlinks)
Tells this hyperlink presenter to show the given
hyperlinks on the installed text viewer.
|
void |
DefaultHyperlinkPresenter.showHyperlinks(IHyperlink[] hyperlinks) |
void |
MultipleHyperlinkPresenter.showHyperlinks(IHyperlink[] hyperlinks) |
void |
MultipleHyperlinkPresenter.showHyperlinks(IHyperlink[] activeHyperlinks,
boolean takesFocusWhenVisible)
Tells this hyperlink presenter to show the given hyperlinks on the installed text viewer and
specifies whether or not the control takes focus when visible.
|
void |
IHyperlinkPresenterExtension2.showHyperlinks(IHyperlink[] activeHyperlinks,
boolean takesFocusWhenVisible)
Tells this hyperlink presenter to show the given hyperlinks on the installed text viewer and
specifies whether or not the control takes focus when visible.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.