Interface ActionMap
-
- All Known Implementing Classes:
CSSMediaPanel
,CSSMediaPanel.AddMediumDialog
,CSSMediaPanel.Dialog
,DOMViewer
,FindDialog
,JErrorPane
,JSVGViewerFrame
,LanguageDialog
,LanguageDialog.Panel
,MemoryMonitor
,NodePickerPanel
,NodePickerPanel.NameEditorDialog
,URIChooser
,UserStyleDialog
public interface ActionMap
This interface represents an object which maps actions to strings- Version:
- $Id: ActionMap.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.swing.Action
getAction(java.lang.String key)
Returns the action associated with the given string or null on error
-
-
-
Method Detail
-
getAction
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
-
-