org.apache.batik.util.gui.resource
Interface ActionMap

All Known Implementing Classes:
CSSMediaPanel, CSSMediaPanel.AddMediumDialog, CSSMediaPanel.Dialog, DOMViewer, FindDialog, JErrorPane, JSVGViewerFrame, LanguageDialog, LanguageDialog.Panel, MemoryMonitor, URIChooser, UserStyleDialog

public interface ActionMap

This interface represents an object which maps actions to strings

Version:
$Id: ActionMap.java,v 1.2 2003/08/08 11:39:27 vhardy Exp $
Author:
Stephane Hillion

Method Summary
 javax.swing.Action getAction(java.lang.String key)
          Returns the action associated with the given string or null on error
 

Method Detail

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


<oXygen/> XML Editor uses Batik from the Apache Foundation to provide support for previewing SVG documents. See the SVG Editor section for more info.