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

Packages that use RenderKitFactoryType
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 RenderKitFactoryType in org.eclipse.jst.jsf.facesconfig.emf
 

Methods in org.eclipse.jst.jsf.facesconfig.emf that return RenderKitFactoryType
 RenderKitFactoryType FacesConfigFactory.createRenderKitFactoryType()
          Returns a new object of class 'Render Kit Factory Type'
 RenderKitFactoryType DocumentRoot.getRenderKitFactory()
          Returns the value of the 'Render Kit Factory' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type RenderKitFactoryType
 void DocumentRoot.setRenderKitFactory(RenderKitFactoryType value)
          Sets the value of the 'Render Kit Factory' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement RenderKitFactoryType
 class RenderKitFactoryTypeImpl
          An implementation of the model object 'Render Kit Factory Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return RenderKitFactoryType
 RenderKitFactoryType FacesConfigFactoryImpl.createRenderKitFactoryType()
           
 RenderKitFactoryType DocumentRootImpl.getRenderKitFactory()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type RenderKitFactoryType
 NotificationChain DocumentRootImpl.basicSetRenderKitFactory(RenderKitFactoryType newRenderKitFactory, NotificationChain msgs)
           
 void DocumentRootImpl.setRenderKitFactory(RenderKitFactoryType newRenderKitFactory)
           
 

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type RenderKitFactoryType
 java.lang.Object FacesConfigSwitch.caseRenderKitFactoryType(RenderKitFactoryType object)
          Returns the result of interpreting the object as an instance of 'Render Kit Factory Type'