Package org.eclipse.help
Class AbstractCriteriaProvider
- java.lang.Object
-
- org.eclipse.help.AbstractCriteriaProvider
-
public abstract class AbstractCriteriaProvider extends Object
AbstractCriteriaProvideris a mechanism for assigning criteria toITopicandITocelements 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 Constructor Description AbstractCriteriaProvider()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract ICriteria[]getCriteria(IToc toc)Gets criteria for a table of contentsabstract ICriteria[]getCriteria(ITopic topic)Gets criteria for a topic
-