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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return IconType
 IconType FacesConfigFactory.createIconType()
          Returns a new object of class 'Icon Type'
 IconType DocumentRoot.getIcon()
          Returns the value of the 'Icon' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type IconType
 void DocumentRoot.setIcon(IconType value)
          Sets the value of the 'Icon' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement IconType
 class IconTypeImpl
          An implementation of the model object 'Icon Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return IconType
 IconType FacesConfigFactoryImpl.createIconType()
           
 IconType DocumentRootImpl.getIcon()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type IconType
 NotificationChain DocumentRootImpl.basicSetIcon(IconType newIcon, NotificationChain msgs)
           
 void DocumentRootImpl.setIcon(IconType newIcon)
           
 

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

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