Package | Description |
---|---|
org.eclipse.jface.text.hyperlink |
Provides support for detecting and displaying hyperlinks in ISourceViewers.
|
Modifier and Type | Field and Description |
---|---|
static HyperlinkManager.DETECTION_STRATEGY |
HyperlinkManager.ALL
All detected hyperlinks from all detectors are collected
and passed to the hyperlink presenter.
|
static HyperlinkManager.DETECTION_STRATEGY |
HyperlinkManager.FIRST
The first detected hyperlink is passed to the
hyperlink presenter and no further detector
is consulted.
|
static HyperlinkManager.DETECTION_STRATEGY |
HyperlinkManager.LONGEST_REGION_ALL
All detected hyperlinks from all detectors are collected
and all those with the longest region are passed to the
hyperlink presenter.
|
static HyperlinkManager.DETECTION_STRATEGY |
HyperlinkManager.LONGEST_REGION_FIRST
All detected hyperlinks from all detectors are collected
and form all those with the longest region only the first
one is passed to the hyperlink presenter.
|
Constructor and Description |
---|
HyperlinkManager(HyperlinkManager.DETECTION_STRATEGY detectionStrategy)
Creates a new hyperlink manager.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.