public final class HyperlinkDetectorDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
static 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(Object obj) |
static HyperlinkDetectorDescriptor[] |
getContributedHyperlinkDetectors()
Returns descriptors for all hyperlink detector extensions.
|
String |
getDescription()
Returns the hyperlink detector's description.
|
String |
getId()
Returns the hyperlink detector's id.
|
String |
getModifierKeys()
Returns the hyperlink detector's modifier keys that
need to be pressed for this hyperlink detector.
|
String |
getName()
Returns the hyperlink detector's name.
|
HyperlinkDetectorTargetDescriptor |
getTarget()
Returns the hyperlink detector's target descriptor.
|
String |
getTargetId()
Returns the hyperlink detector's target id.
|
int |
hashCode() |
public static final String STATE_MASK_POSTFIX
public static HyperlinkDetectorDescriptor[] getContributedHyperlinkDetectors()
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 String getId()
public String getName()
public HyperlinkDetectorTargetDescriptor getTarget()
public String getTargetId()
public String getDescription()
null
if not providedpublic String getModifierKeys()
null
if not providedpublic boolean canActivatePlugIn()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.