|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NavigationRuleType | |
---|---|
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 NavigationRuleType in org.eclipse.jst.jsf.facesconfig.emf |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf that return NavigationRuleType | |
---|---|
NavigationRuleType |
FacesConfigFactory.createNavigationRuleType()
Returns a new object of class 'Navigation Rule Type' |
NavigationRuleType |
DocumentRoot.getNavigationRule()
Returns the value of the 'Navigation Rule' containment reference |
Methods in org.eclipse.jst.jsf.facesconfig.emf with parameters of type NavigationRuleType | |
---|---|
void |
DocumentRoot.setNavigationRule(NavigationRuleType value)
Sets the value of the ' Navigation Rule ' containment reference |
Uses of NavigationRuleType in org.eclipse.jst.jsf.facesconfig.emf.impl |
---|
Classes in org.eclipse.jst.jsf.facesconfig.emf.impl that implement NavigationRuleType | |
---|---|
class |
NavigationRuleTypeImpl
An implementation of the model object 'Navigation Rule Type' |
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl that return NavigationRuleType | |
---|---|
NavigationRuleType |
FacesConfigFactoryImpl.createNavigationRuleType()
|
NavigationRuleType |
DocumentRootImpl.getNavigationRule()
|
Methods in org.eclipse.jst.jsf.facesconfig.emf.impl with parameters of type NavigationRuleType | |
---|---|
NotificationChain |
DocumentRootImpl.basicSetNavigationRule(NavigationRuleType newNavigationRule,
NotificationChain msgs)
|
void |
DocumentRootImpl.setNavigationRule(NavigationRuleType newNavigationRule)
|
Uses of NavigationRuleType in org.eclipse.jst.jsf.facesconfig.emf.util |
---|
Methods in org.eclipse.jst.jsf.facesconfig.emf.util with parameters of type NavigationRuleType | |
---|---|
java.lang.Object |
FacesConfigSwitch.caseNavigationRuleType(NavigationRuleType object)
Returns the result of interpreting the object as an instance of 'Navigation Rule Type' |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |