|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dsrg.sofa.cushion.actionreg.ActionRegister
public class ActionRegister
Field Summary | |
---|---|
protected static java.util.Map<java.lang.String,Action> |
actionMap
|
Constructor Summary | |
---|---|
ActionRegister()
|
Method Summary | |
---|---|
static Action |
getAction(java.lang.String id)
|
static java.util.Collection<Action> |
getActions()
|
static void |
init()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static java.util.Map<java.lang.String,Action> actionMap
Constructor Detail |
---|
public ActionRegister()
Method Detail |
---|
public static void init() throws CushionException
CushionException
public static Action getAction(java.lang.String id)
public static java.util.Collection<Action> getActions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |