JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Home
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.eclipse.help
Interface IAnchor
[
source
]
All Superinterfaces:
IUAElement
All Known Implementing Classes:
Anchor
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
Methods
Modifier and Type
Method and Description
String
getId
()
Returns the anchor's id.
Methods inherited from interface org.eclipse.help.
IUAElement
getChildren
,
isEnabled
Method Detail
getId
String
getId
()
Returns the anchor's id. This id must be unique within this document.
Returns:
the anchor id
Overview
Package
Class
Tree
Deprecated
Index
Help
Home
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method