smacs.xngr.browser.editor
Class UnindentAction
java.lang.Object
javax.swing.AbstractAction
smacs.xngr.browser.editor.UnindentAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class UnindentAction
- extends AbstractAction
An action that can be used to unindent the selected text.
- Author:
- Edwin Dankert
- See Also:
- Serialized Form
|
Constructor Summary |
UnindentAction(Editor editor)
The constructor for the action which unindents
the selected text. |
UnindentAction
public UnindentAction(Editor editor)
- The constructor for the action which unindents
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.