|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IActionObject
Describes an object that can look up an Action for a given Action name.
Note: This class is not part of the public JGoodies Common API. It's intended for implementation purposes only. The class's API may change at any time.
Method Summary | |
---|---|
Action |
getAction(String actionName)
Looks up and returns an Action for the given action name. |
Method Detail |
---|
Action getAction(String actionName)
actionName
- the string used to look up the Action
NullPointerException
- if actionName
is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |