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