Package org.eclipse.ui.texteditor
Class HyperlinkDetectorRegistry
java.lang.Object
org.eclipse.ui.texteditor.HyperlinkDetectorRegistry
Hyperlink detector registry that manages the detectors
contributed by the
org.eclipse.ui.workbench.texteditor.hyperlinkDetectors
extension point for
targets contributed by the org.eclipse.ui.workbench.texteditor.hyperlinkDetectorTargets
extension point.- Since:
- 3.3
-
Constructor Summary
ConstructorDescriptionCreates a new hyperlink detector registry.HyperlinkDetectorRegistry
(IPreferenceStore preferenceStore) Creates a new hyperlink detector registry that controls hyperlink enablement via the given preference store. -
Method Summary
Modifier and TypeMethodDescriptioncreateHyperlinkDetectors
(String targetId, IAdaptable context) Returns all hyperlink detectors contributed to the workbench.
-
Constructor Details
-
HyperlinkDetectorRegistry
public HyperlinkDetectorRegistry()Creates a new hyperlink detector registry. -
HyperlinkDetectorRegistry
Creates a new hyperlink detector registry that controls hyperlink enablement via the given preference store.The hyperlink detector id is used as preference key. The value is of type
Boolean
wherefalse
means that the hyperlink detector is active.- Parameters:
preferenceStore
- the preference store to be used
-
-
Method Details
-
getHyperlinkDetectorDescriptors
Returns all hyperlink detectors contributed to the workbench.- Returns:
- an array of hyperlink detector descriptors
-
createHyperlinkDetectors
-