|
Eclipse Platform Kepler (4.3) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.texteditor.HyperlinkDetectorDescriptor
public final class HyperlinkDetectorDescriptor
Describes a contribution to the 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension point.
Field Summary | |
---|---|
static java.lang.String |
STATE_MASK_POSTFIX
|
Method Summary | |
---|---|
boolean |
canActivatePlugIn()
|
AbstractHyperlinkDetector |
createHyperlinkDetector()
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String STATE_MASK_POSTFIX
Method Detail |
---|
public static HyperlinkDetectorDescriptor[] getContributedHyperlinkDetectors()
public AbstractHyperlinkDetector createHyperlinkDetector() throws CoreException
IHyperlinkDetector
.
null
if the plug-in isn't loaded yet
CoreException
- 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.Object
public int hashCode()
hashCode
in class java.lang.Object
|
Eclipse Platform Kepler (4.3) |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.