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

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

Methods in org.eclipse.jst.jsf.facesconfig.emf that return SystemEventListenerClassType
 SystemEventListenerClassType FacesConfigFactory.createSystemEventListenerClassType()
          Returns a new object of class 'System Event Listener Class Type'
 SystemEventListenerClassType SystemEventListenerType.getSystemEventListenerClass()
          Returns the value of the 'System Event Listener Class' containment reference
 SystemEventListenerClassType DocumentRoot.getSystemEventListenerClass()
          Returns the value of the 'System Event Listener Class' containment reference
 

Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type SystemEventListenerClassType
 void SystemEventListenerType.setSystemEventListenerClass(SystemEventListenerClassType value)
          Sets the value of the 'System Event Listener Class' containment reference
 void DocumentRoot.setSystemEventListenerClass(SystemEventListenerClassType value)
          Sets the value of the 'System Event Listener Class' containment reference
 

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

Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement SystemEventListenerClassType
 class SystemEventListenerClassTypeImpl
          An implementation of the model object 'System Event Listener Class Type'
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return SystemEventListenerClassType
 SystemEventListenerClassType FacesConfigFactoryImpl.createSystemEventListenerClassType()
           
 SystemEventListenerClassType SystemEventListenerTypeImpl.getSystemEventListenerClass()
           
 SystemEventListenerClassType DocumentRootImpl.getSystemEventListenerClass()
           
 

Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type SystemEventListenerClassType
 NotificationChain SystemEventListenerTypeImpl.basicSetSystemEventListenerClass(SystemEventListenerClassType newSystemEventListenerClass, NotificationChain msgs)
           
 NotificationChain DocumentRootImpl.basicSetSystemEventListenerClass(SystemEventListenerClassType newSystemEventListenerClass, NotificationChain msgs)
           
 void SystemEventListenerTypeImpl.setSystemEventListenerClass(SystemEventListenerClassType newSystemEventListenerClass)
           
 void DocumentRootImpl.setSystemEventListenerClass(SystemEventListenerClassType newSystemEventListenerClass)
           
 

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

Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type SystemEventListenerClassType
 java.lang.Object FacesConfigSwitch.caseSystemEventListenerClassType(SystemEventListenerClassType object)
          Returns the result of interpreting the object as an instance of 'System Event Listener Class Type'