Uses of Interface
org.jaffa.components.navigation.domain.ComponentAction

Packages that use ComponentAction
org.jaffa.components.navigation.domain   
org.jaffa.components.navigation.domain.impl   
 

Uses of ComponentAction in org.jaffa.components.navigation.domain
 

Methods in org.jaffa.components.navigation.domain that return ComponentAction
 ComponentAction ObjectFactory.createComponentAction()
          Create an instance of ComponentAction
 ComponentAction MenuOption.getComponentAction()
           
 

Methods in org.jaffa.components.navigation.domain with parameters of type ComponentAction
 void MenuOption.setComponentAction(ComponentAction value)
           
 

Uses of ComponentAction in org.jaffa.components.navigation.domain.impl
 

Classes in org.jaffa.components.navigation.domain.impl that implement ComponentAction
 class ComponentActionImpl
           
 

Fields in org.jaffa.components.navigation.domain.impl declared as ComponentAction
protected  ComponentAction MenuOptionImpl._ComponentAction
           
 

Methods in org.jaffa.components.navigation.domain.impl that return ComponentAction
 ComponentAction MenuOptionImpl.getComponentAction()
           
 

Methods in org.jaffa.components.navigation.domain.impl with parameters of type ComponentAction
 void MenuOptionImpl.setComponentAction(ComponentAction value)
           
 



Copyright © 2002-2004 JAFFA Project.