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 |
|---|---|
javax.swing.Action |
getAction(java.lang.String actionName)
Looks up and returns an Action for the given action name.
|
javax.swing.Action getAction(java.lang.String actionName)
actionName - the string used to look up the Actionjava.lang.NullPointerException - if actionName is null