Class AbstractCriteriaProvider
java.lang.Object
org.eclipse.help.AbstractCriteriaProvider
AbstractCriteriaProvider is a mechanism for assigning criteria to
ITopic and IToc elements independent of a table of contents
file. The criteria defined by this class are merged with those from the table of contents
or from other criteria providers by creating a union of defined criteria and
defined criteria values.- Since:
- 3.5
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ICriteria[]getCriteria(IToc toc) Gets criteria for a table of contentsabstract ICriteria[]getCriteria(ITopic topic) Gets criteria for a topic
-
Constructor Details
-
AbstractCriteriaProvider
public AbstractCriteriaProvider()
-
-
Method Details
-
getCriteria
-
getCriteria
-