Uses of Interface
org.eclipse.jst.jsf.facesconfig.emf.ComponentFamilyType

Packages that use ComponentFamilyType
org.eclipse.jst.jsf.facesconfig.emf EMF model for JSF application configuration files. 
org.eclipse.jst.jsf.facesconfig.emf.impl EMF model implementations for JSF application configuration files (deprecated). 
org.eclipse.jst.jsf.facesconfig.emf.util EMF generated utility classes for JSF application configuration files (deprecated). 
 

Uses of ComponentFamilyType in org.eclipse.jst.jsf.facesconfig.emf
 

Methods in org.eclipse.jst.jsf.facesconfig.emf that return ComponentFamilyType
 ComponentFamilyType FacesConfigFactory.createComponentFamilyType()
          Returns a new object of class 'Component Family Type'
 ComponentFamilyType RendererType.getComponentFamily()
          Returns the value of the 'Component Family' containment reference
 ComponentFamilyType DocumentRoot.getComponentFamily()
          Returns the value of the 'Component Family' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type ComponentFamilyType
 void RendererType.setComponentFamily(ComponentFamilyType value)
          Sets the value of the 'Component Family' containment reference
 void DocumentRoot.setComponentFamily(ComponentFamilyType value)
          Sets the value of the 'Component Family' containment reference
 

Uses of ComponentFamilyType in org.eclipse.jst.jsf.facesconfig.emf.impl
 

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement ComponentFamilyType
 class ComponentFamilyTypeImpl
          An implementation of the model object 'Component Family Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return ComponentFamilyType
 ComponentFamilyType FacesConfigFactoryImpl.createComponentFamilyType()
           
 ComponentFamilyType RendererTypeImpl.getComponentFamily()
           
 ComponentFamilyType DocumentRootImpl.getComponentFamily()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type ComponentFamilyType
 NotificationChain RendererTypeImpl.basicSetComponentFamily(ComponentFamilyType newComponentFamily, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetComponentFamily(ComponentFamilyType newComponentFamily, NotificationChain msgs)
           
 void RendererTypeImpl.setComponentFamily(ComponentFamilyType newComponentFamily)
           
 void DocumentRootImpl.setComponentFamily(ComponentFamilyType newComponentFamily)
           
 

Uses of ComponentFamilyType in org.eclipse.jst.jsf.facesconfig.emf.util
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type ComponentFamilyType
 java.lang.Object FacesConfigSwitch.caseComponentFamilyType(ComponentFamilyType object)
          Returns the result of interpretting the object as an instance of 'Component Family Type'