Package org.eclipse.help
Interface ITopic2
- All Superinterfaces:
- IHelpResource,- ITopic,- IUAElement
- All Known Implementing Classes:
- Topic
ITopic2 extends ITopic by adding methods to support functionality
 for criteria, topic sorting and custom icons- Since:
- 3.5
- 
Field SummaryFields inherited from interface org.eclipse.help.IHelpResourceHREF, LABEL
- 
Method SummaryModifier and TypeMethodDescriptionReturn the criteria information of topic.getIcon()Toc elements can have non standard icons which are declared using a tocIcon element in the org.eclipse.help.toc extension pointbooleanisSorted()Allows child elements to be sorted alphabetically regardless of their actual order in the list of children.Methods inherited from interface org.eclipse.help.IHelpResourcegetHref, getLabelMethods inherited from interface org.eclipse.help.ITopicgetSubtopicsMethods inherited from interface org.eclipse.help.IUAElementgetChildren, isEnabled
- 
Method Details- 
getCriteriaICriteria[] getCriteria()Return the criteria information of topic.- Returns:
- array of CriterionResource
 
- 
getIconString getIcon()Toc elements can have non standard icons which are declared using a tocIcon element in the org.eclipse.help.toc extension point- Returns:
- NULL if the standard icons are to be used, otherwise the name of an icon declared in an org.eclipse.help.toc extension
 
- 
isSortedboolean isSorted()Allows child elements to be sorted alphabetically regardless of their actual order in the list of children.- Returns:
- true if the children should be sorted alphabetically
 
 
-