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