net.sourceforge.jsxe
Class ActionManager.Wrapper
java.lang.Object
javax.swing.AbstractAction
net.sourceforge.jsxe.ActionManager.Wrapper
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- Enclosing class:
- ActionManager
- public static class ActionManager.Wrapper
- extends AbstractAction
The Wrapper class wraps LocalizedActions so they can be invoked
through Swing via the ActionListener interface.
- See Also:
- Serialized Form
ActionManager.Wrapper
public ActionManager.Wrapper(String name)
- Creates a new wrapper action.
- Parameters:
name
- the name of the registered action to wrap
ActionManager.Wrapper
public ActionManager.Wrapper(LocalizedAction action)
- Creates a new wrapper action.
actionPerformed
public void actionPerformed(ActionEvent evt)
getName
public String getName()