Uses of Interface
org.apache.wookie.w3c.IParamEntity

Packages that use IParamEntity
org.apache.wookie.w3c   
org.apache.wookie.w3c.impl   
 

Uses of IParamEntity in org.apache.wookie.w3c
 

Subinterfaces of IParamEntity in org.apache.wookie.w3c
 interface IPreferenceEntity
          a Preference for a Widget
 

Methods in org.apache.wookie.w3c that return types with arguments of type IParamEntity
 java.util.List<IParamEntity> IFeatureEntity.getParams()
           
 

Uses of IParamEntity in org.apache.wookie.w3c.impl
 

Classes in org.apache.wookie.w3c.impl that implement IParamEntity
 class ParamEntity
           
 class PreferenceEntity
           
 

Methods in org.apache.wookie.w3c.impl that return types with arguments of type IParamEntity
 java.util.List<IParamEntity> FeatureEntity.getParams()
           
 

Method parameters in org.apache.wookie.w3c.impl with type arguments of type IParamEntity
 void FeatureEntity.setParams(java.util.List<IParamEntity> params)
           
 

Constructor parameters in org.apache.wookie.w3c.impl with type arguments of type IParamEntity
FeatureEntity(java.lang.String name, boolean required, java.util.List<IParamEntity> params)
           
 



2011 Apache Software Foundation.