|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StateManagerType | |
---|---|
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 StateManagerType in org.eclipse.jst.jsf.facesconfig.emf |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf that return StateManagerType | |
---|---|
StateManagerType |
FacesConfigFactory.createStateManagerType()
Returns a new object of class 'State Manager Type' |
StateManagerType |
DocumentRoot.getStateManager()
Returns the value of the 'State Manager' containment reference |
Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type StateManagerType | |
---|---|
void |
DocumentRoot.setStateManager(StateManagerType value)
Sets the value of the ' State Manager ' containment reference |
Uses of StateManagerType in org.eclipse.jst.jsf.facesconfig.emf.impl |
---|
Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement StateManagerType | |
---|---|
class |
StateManagerTypeImpl
An implementation of the model object 'State Manager Type' |
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return StateManagerType | |
---|---|
StateManagerType |
FacesConfigFactoryImpl.createStateManagerType()
|
StateManagerType |
DocumentRootImpl.getStateManager()
|
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type StateManagerType | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DocumentRootImpl.basicSetStateManager(StateManagerType newStateManager,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
DocumentRootImpl.setStateManager(StateManagerType newStateManager)
|
Uses of StateManagerType in org.eclipse.jst.jsf.facesconfig.emf.util |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type StateManagerType | |
---|---|
java.lang.Object |
FacesConfigSwitch.caseStateManagerType(StateManagerType object)
Returns the result of interpretting the object as an instance of 'State Manager Type' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |