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