smacs.xngr.browser.editor
Class LoadAction
java.lang.Object
javax.swing.AbstractAction
smacs.xngr.browser.editor.LoadAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class LoadAction
- extends AbstractAction
Loads the editors text from file.
- Author:
- Edwin Dankert
- See Also:
- Serialized Form
|
Constructor Summary |
LoadAction(Editor editor)
The constructor for the action which loads the
editors text from file. |
LoadAction
public LoadAction(Editor editor)
- The constructor for the action which loads the
editors text from file.
- Parameters:
editor - the editor pane.
actionPerformed
public void actionPerformed(ActionEvent event)
- The implementation of the save action, called
after a user action.
- Parameters:
event - the action event.