verinec.validation.gui.actions
Class RemoveAction
java.lang.Object
verinec.validation.gui.actions.SchemaLinkingPaneActionListener
verinec.validation.gui.actions.RemoveAction
- All Implemented Interfaces:
- ActionListener, EventListener
public class RemoveAction
- extends SchemaLinkingPaneActionListener
Action that removes a schema location from the open log file.
- Version:
- $Revision: 47 $
- Author:
- Dominik Jungo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jlogger
private Logger jlogger
RemoveAction
public RemoveAction(ValidatorEditorPanel vep,
JTextField field,
Element element)
- Creates a new remove action
- Parameters:
vep - the editorfield - the textfield containg the schema locationelement - schema location element to be removed
actionPerformed
public void actionPerformed(ActionEvent arg0)
- removes the schema location saves and reloads the log file
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)