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 null
Copyright © 2014 JGoodies Software GmbH. All rights reserved.