Uses of Class
org.eclipse.jface.text.hyperlink.HyperlinkManager.DETECTION_STRATEGY
Packages that use HyperlinkManager.DETECTION_STRATEGY
Package
Description
Provides support for detecting and displaying hyperlinks in
ISourceViewers.-
Uses of HyperlinkManager.DETECTION_STRATEGY in org.eclipse.jface.text.hyperlink
Fields in org.eclipse.jface.text.hyperlink declared as HyperlinkManager.DETECTION_STRATEGYModifier and TypeFieldDescriptionstatic final HyperlinkManager.DETECTION_STRATEGYHyperlinkManager.ALLAll detected hyperlinks from all detectors are collected and passed to the hyperlink presenter.static final HyperlinkManager.DETECTION_STRATEGYHyperlinkManager.FIRSTThe first detected hyperlink is passed to the hyperlink presenter and no further detector is consulted.static final HyperlinkManager.DETECTION_STRATEGYHyperlinkManager.LONGEST_REGION_ALLAll detected hyperlinks from all detectors are collected and all those with the longest region are passed to the hyperlink presenter.static final HyperlinkManager.DETECTION_STRATEGYHyperlinkManager.LONGEST_REGION_FIRSTAll 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.Constructors in org.eclipse.jface.text.hyperlink with parameters of type HyperlinkManager.DETECTION_STRATEGYModifierConstructorDescriptionHyperlinkManager(HyperlinkManager.DETECTION_STRATEGY detectionStrategy) Creates a new hyperlink manager.