|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectverinec.validation.gui.actions.SchemaLinkingPaneActionListener
public abstract class SchemaLinkingPaneActionListener
An abstract ActionListener to edit Schema Locations in the netsim logfile.
| Field Summary | |
|---|---|
protected Element |
element
documents content as element. will be used to save the document and to add content. |
protected JTextField |
field
the textfield that contains a schema location |
protected ValidatorEditorPanel |
vep
the editor |
| Constructor Summary | |
|---|---|
SchemaLinkingPaneActionListener(ValidatorEditorPanel vep,
JTextField field,
Element element)
Creates a new ActionListener |
|
| Method Summary | |
|---|---|
protected void |
saveAndReload()
Saves the element into the open file, reloads the file and displays it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.awt.event.ActionListener |
|---|
actionPerformed |
| Field Detail |
|---|
protected ValidatorEditorPanel vep
protected JTextField field
protected Element element
| Constructor Detail |
|---|
public SchemaLinkingPaneActionListener(ValidatorEditorPanel vep,
JTextField field,
Element element)
vep - the ediorfield - the textfield that contains a schema locationelement - the element that will be used to save the document and to add content.| Method Detail |
|---|
protected void saveAndReload()
throws VerinecException
VerinecException - if the file could not be saved or loaded
|
Copyright © 2005 Verinec, DIUF | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||