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