Package org.eclipse.help
Interface ICriteriaDefinition
- All Superinterfaces:
- IUAElement
ICriteriaDefinition represents the criteria definition of one plug-in.
 It contains criterion definitions, each of them is criterion id and its
 display name, and criterion values id and their display names.
- Since:
- 3.5
- 
Method SummaryModifier and TypeMethodDescriptionObtains the criterion definitions contained in the definition file.Methods inherited from interface org.eclipse.help.IUAElementgetChildren, isEnabled
- 
Method Details- 
getCriterionDefinitionsICriterionDefinition[] getCriterionDefinitions()Obtains the criterion definitions contained in the definition file.- Returns:
- Array of ICriterionDefinition
 
 
-