public interface IActionObject
Note: This class is intended for predefined and custom binder implementations as used by the JGoodies Binding API. Application developers won't use this interface directly.
| 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 nullCopyright © 2021. All rights reserved.