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