public final class HyperlinkDetectorDescriptor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STATE_MASK_POSTFIX |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canActivatePlugIn() |
AbstractHyperlinkDetector |
createHyperlinkDetector()
Deprecated.
As of 3.9, replaced by
createHyperlinkDetectorImplementation() |
IHyperlinkDetector |
createHyperlinkDetectorImplementation()
Creates a new
IHyperlinkDetector. |
boolean |
equals(java.lang.Object obj) |
static HyperlinkDetectorDescriptor[] |
getContributedHyperlinkDetectors()
Returns descriptors for all hyperlink detector extensions.
|
java.lang.String |
getDescription()
Returns the hyperlink detector's description.
|
java.lang.String |
getId()
Returns the hyperlink detector's id.
|
java.lang.String |
getModifierKeys()
Returns the hyperlink detector's modifier keys that
need to be pressed for this hyperlink detector.
|
java.lang.String |
getName()
Returns the hyperlink detector's name.
|
HyperlinkDetectorTargetDescriptor |
getTarget()
Returns the hyperlink detector's target descriptor.
|
java.lang.String |
getTargetId()
Returns the hyperlink detector's target id.
|
int |
hashCode() |
public static final java.lang.String STATE_MASK_POSTFIX
public static HyperlinkDetectorDescriptor[] getContributedHyperlinkDetectors()
@Deprecated public AbstractHyperlinkDetector createHyperlinkDetector() throws CoreException
createHyperlinkDetectorImplementation()AbstractHyperlinkDetector.null if the plug-in isn't loaded yetCoreException - if a failure occurred during creationpublic IHyperlinkDetector createHyperlinkDetectorImplementation() throws CoreException
IHyperlinkDetector.null if the plug-in isn't loaded yetCoreException - if a failure occurred during creationpublic java.lang.String getId()
public java.lang.String getName()
public HyperlinkDetectorTargetDescriptor getTarget()
public java.lang.String getTargetId()
public java.lang.String getDescription()
null if not providedpublic java.lang.String getModifierKeys()
null if not providedpublic boolean canActivatePlugIn()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.