public interface IActionObject
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.
Modifier and Type | Method and Description |
---|---|
Action |
getAction(String actionName)
Looks up and returns an Action for the given action name.
|
Action getAction(String actionName)
actionName
- the string used to look up the ActionNullPointerException
- if actionName
is null
Copyright © 2014 JGoodies Software GmbH. All rights reserved.