Uses of Class
org.objectweb.dsrg.sofa.cushion.actionreg.Action

Packages that use Action
org.objectweb.dsrg.sofa.cushion.actionreg Provides access to action classes using Java XML Binding (JAXB). 
 

Uses of Action in org.objectweb.dsrg.sofa.cushion.actionreg
 

Fields in org.objectweb.dsrg.sofa.cushion.actionreg with type parameters of type Action
protected static java.util.Map<java.lang.String,Action> ActionRegister.actionMap
           
 

Methods in org.objectweb.dsrg.sofa.cushion.actionreg that return Action
static Action ActionRegister.getAction(java.lang.String id)
           
 

Methods in org.objectweb.dsrg.sofa.cushion.actionreg that return types with arguments of type Action
static java.util.Collection<Action> ActionRegister.getActions()