|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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.
Constructor Summary | |
---|---|
HyperlinkDetectorRegistry()
Creates 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 | |
---|---|
IHyperlinkDetector[] |
createHyperlinkDetectors(String targetId,
IAdaptable context)
|
HyperlinkDetectorDescriptor[] |
getHyperlinkDetectorDescriptors()
Returns all hyperlink detectors contributed to the workbench. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HyperlinkDetectorRegistry()
public HyperlinkDetectorRegistry(IPreferenceStore preferenceStore)
The hyperlink detector id is used as preference key.
The value is of type Boolean
where
false
means that the hyperlink detector is active.
preferenceStore
- the preference store to be usedMethod Detail |
public HyperlinkDetectorDescriptor[] getHyperlinkDetectorDescriptors()
public IHyperlinkDetector[] createHyperlinkDetectors(String targetId, IAdaptable context)
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.