Uses of Interface
org.eclipse.jst.jsf.metadataprocessors.features.IPossibleValue

Packages that use IPossibleValue
org.eclipse.jst.jsf.metadataprocessors.features Provides tooling services for tag attribute values based on the org.eclipse.jst.jsf.core.AttributeValueRuntimeTypes. 
org.eclipse.jst.jsf.taglibprocessing.attributevalues Provides type system for tag attribute values so that the org.eclipse.jst.jsf.core.metadataprocessors.features can be applied. 
 

Uses of IPossibleValue in org.eclipse.jst.jsf.metadataprocessors.features
 

Classes in org.eclipse.jst.jsf.metadataprocessors.features that implement IPossibleValue
 class PossibleValue
          Implements IPossibleValues Provisional API - subject to change
 

Uses of IPossibleValue in org.eclipse.jst.jsf.taglibprocessing.attributevalues
 

Methods in org.eclipse.jst.jsf.taglibprocessing.attributevalues that return types with arguments of type IPossibleValue
 java.util.List<IPossibleValue> CSSClassType.getPossibleValues()