Package org.eclipse.ui.texteditor
Class HyperlinkDetectorTargetDescriptor
java.lang.Object
org.eclipse.ui.texteditor.HyperlinkDetectorTargetDescriptor
Describes a contribution to the 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectorTargets'
extension point.
- Since:
- 3.3
- Restriction:
- This class is not intended to be instantiated by clients.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static HyperlinkDetectorTargetDescriptor[]
Returns descriptors for all hyperlink detector extensions.Returns the hyperlink detector target's description.getId()
Returns the hyperlink detector target's id.getName()
Returns the hyperlink detector target's name.String[]
getTypes()
Returns the types that the context of this hyperlink detector target supports.int
hashCode()
-
Method Details
-
getContributedHyperlinkDetectorTargets
Returns descriptors for all hyperlink detector extensions.- Returns:
- an array with the contributed hyperlink detectors
-
getId
Returns the hyperlink detector target's id.- Returns:
- the hyperlink detector target's id
-
getName
Returns the hyperlink detector target's name.- Returns:
- the hyperlink detector target's name
-
getTypes
Returns the types that the context of this hyperlink detector target supports.- Returns:
- an array with type names that this target's context supports
-
getDescription
Returns the hyperlink detector target's description.- Returns:
- the hyperlink detector target's description or
null
if not provided
-
equals
-
hashCode
public int hashCode()
-