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