org.eclipse.pde.internal.core.text.toc |
|
Java Source File Name | Type | Comment |
Toc.java | Class | Toc - represents the root element of a Table of Contents
The TOC root element, like TOC topics, can hold many child topics,
links and anchors. |
TocAnchor.java | Class | The TocAnchor class represents an anchor, which is used as a point
of inclusion for other tables of contents. |
TocDocumentFactory.java | Class | |
TocDocumentHandler.java | Class | |
TocLink.java | Class | The TocLink object represents a link to another TOC. |
TocModel.java | Class | |
TocObject.java | Class | TocObject - All objects modeled in a Table of Contents subclass TocObject
This class contains functionality common to all TOC elements. |
TocTopic.java | Class | The TocTopic class represents a topic element in a TOC.
A topic can link to a specific Help page. |