verinec.validation.gui.actions
Class AddAction
java.lang.Object
verinec.validation.gui.actions.SchemaLinkingPaneActionListener
verinec.validation.gui.actions.AddAction
- All Implemented Interfaces:
- ActionListener, EventListener
public class AddAction
- extends SchemaLinkingPaneActionListener
Action that adds a schema location to 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
AddAction
public AddAction(ValidatorEditorPanel vep,
JTextField field)
throws VerinecException
- Created a new Add Action
- Parameters:
vep - the editorfield - the texfield containing the location
- Throws:
VerinecException - if the editor doesn't contain a valid element, where the location can be added.
actionPerformed
public void actionPerformed(ActionEvent arg0)
- adds the schema location to the logfile saves and reloads the file
- See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)