smacs.xngr.browser.editor
Class CloseAction
java.lang.Object
javax.swing.AbstractAction
smacs.xngr.browser.editor.CloseAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class CloseAction
- extends AbstractAction
An action that can be used to close the Xml Editor.
- Author:
- Edwin Dankert
- See Also:
- Serialized Form
|
Constructor Summary |
CloseAction(Editor editor)
The constructor for the action which allows for closing
the Xml Editor. |
CloseAction
public CloseAction(Editor editor)
- The constructor for the action which allows for closing
the Xml Editor.
- Parameters:
editor - the XML Editor
actionPerformed
public void actionPerformed(ActionEvent event)
- The implementation of the close action, called
after a user action.
- Parameters:
event - the action event.