public interface ITocContribution
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategoryId()
Returns the contribution's category id.
|
java.lang.String |
getContributorId()
Returns the symbolic name of the bundle that made this contribution,
e.g.
|
java.lang.String[] |
getExtraDocuments()
Returns the hrefs for any additional documents that are not in this TOC
but are associated with it, and should be indexed for searching.
|
java.lang.String |
getId()
Returns a unique identifier for this contribution.
|
java.lang.String |
getLinkTo()
Returns the path to the anchor in another toc into which this
one should be linked into.
|
java.lang.String |
getLocale()
Returns the locale for this contribution.
|
IToc |
getToc()
Returns the table of contents data for this contribution.
|
boolean |
isPrimary()
Returns whether or not this is a top-level contribution (a book).
|
java.lang.String getCategoryId()
java.lang.String getContributorId()
java.lang.String[] getExtraDocuments()
java.lang.String getId()
java.lang.String getLocale()
java.lang.String getLinkTo()
IToc getToc()
boolean isPrimary()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.