org.apache.batik.util.gui.resource

Interface ActionMap

public interface ActionMap

This interface represents an object which maps actions to strings
Method Summary
ActiongetAction(String key)
Returns the action associated with the given string or null on error

Method Detail

getAction

public Action getAction(String key)
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 B) 2008 Apache Software Foundation. All Rights Reserved.