Eclipse Platform
Release 3.3

org.eclipse.ui.texteditor
Class HyperlinkDetectorTargetDescriptor

java.lang.Object
  extended byorg.eclipse.ui.texteditor.HyperlinkDetectorTargetDescriptor

public final class HyperlinkDetectorTargetDescriptor
extends Object

Describes a contribution to the 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectorTargets' extension point.

Since:
3.3

Method Summary
 boolean equals(Object obj)
           
static HyperlinkDetectorTargetDescriptor[] getContributedHyperlinkDetectorTargets()
          Returns descriptors for all hyperlink detector extensions.
 String getDescription()
          Returns the hyperlink detector target's description.
 String getId()
          Returns the hyperlink detector target's id.
 String getName()
          Returns the hyperlink detector target's name.
 String[] getTypes()
          Returns the types that the context of this hyperlink detector target supports.
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContributedHyperlinkDetectorTargets

public static HyperlinkDetectorTargetDescriptor[] getContributedHyperlinkDetectorTargets()
Returns descriptors for all hyperlink detector extensions.

Returns:
an array with the contributed hyperlink detectors

getId

public String getId()
Returns the hyperlink detector target's id.

Returns:
the hyperlink detector target's id

getName

public String getName()
Returns the hyperlink detector target's name.

Returns:
the hyperlink detector target's name

getTypes

public String[] 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

public String getDescription()
Returns the hyperlink detector target's description.

Returns:
the hyperlink detector target's description or null if not provided

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.