public interface ActionMap
| Modifier and Type | Method and Description |
|---|---|
javax.swing.Action |
getAction(java.lang.String key)
Returns the action associated with the given string
or null on error
|
javax.swing.Action getAction(java.lang.String key)
throws MissingListenerException
key - the key mapped with the action to getMissingListenerException - if the action is not foundCopyright ? 2009 Apache Software Foundation. All Rights Reserved.