verinec.validation.gui.actions
Class UpdateAction
java.lang.Object
verinec.validation.gui.actions.SchemaLinkingPaneActionListener
verinec.validation.gui.actions.UpdateAction
- All Implemented Interfaces:
- ActionListener, EventListener
public class UpdateAction
- extends SchemaLinkingPaneActionListener
Action that updates a schema location of 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
UpdateAction
public UpdateAction(ValidatorEditorPanel vep,
JTextField field,
Element element)
- Creates a new Action.
- Parameters:
vep - the editorfield - the textfield containing the schema locationelement - the element that must be updated
actionPerformed
public void actionPerformed(ActionEvent arg0)
- updates the element from the textfied, saves and reloads the log file.
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)