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

Packages that use RenderKitType
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. 
org.eclipse.jst.jsf.facesconfig.emf.util EMF generated util classes for JSF application configuration files. 
 

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

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

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

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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return RenderKitType
 RenderKitType FacesConfigFactoryImpl.createRenderKitType()
           
 RenderKitType DocumentRootImpl.getRenderKit()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type RenderKitType
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRenderKit(RenderKitType newRenderKit, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DocumentRootImpl.setRenderKit(RenderKitType newRenderKit)
           
 

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

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