koala.dynamicjava.gui.resource
Interface ActionMap
- All Known Implementing Classes:
- Editor, Main, OptionsDialog, StringList, URLChooser
- public interface ActionMap
This interface represents an object which maps
actions to strings
Method Summary |
javax.swing.Action |
getAction(java.lang.String key)
Returns the action associated with the given string
or null on error |
getAction
public javax.swing.Action getAction(java.lang.String key)
throws MissingListenerException
- Returns the action associated with the given string
or null on error
- Parameters:
key
- the key mapped with the action to get- Throws:
MissingListenerException
- if the action is not found
Copyright ? 2001 Stephane Hillion. All Rights Reserved.