Eclipse Platform
Release 3.3

org.eclipse.help
Interface IAnchor

All Superinterfaces:
IUAElement

public interface IAnchor
extends IUAElement

Specifies a location in a document where other plug-ins may contribute additional content. Extenders must specify a content extension and reference this anchor to contribute content.

Since:
3.3

Method Summary
 String getId()
          Returns the anchor's id.
 
Methods inherited from interface org.eclipse.help.IUAElement
getChildren, isEnabled
 

Method Detail

getId

public String getId()
Returns the anchor's id. This id must be unique within this document.

Returns:
the anchor id

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

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