|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.japisoft.xmlappkit.editor.AbstractXMLEditor
demo.Group1Editor
Here a an editor sample for the group1 tag. This editor manages a list of persons with a first name, a last name and a phone number
| Constructor Summary | |
Group1Editor()
|
|
| Method Summary | |
void |
start(XMLEditingContext context)
This is called each time we begin to use this editor |
void |
stop(XMLEditingContext context)
This called when we stop to use this editor like alterning to another editor. |
| Methods inherited from class com.japisoft.xmlappkit.editor.AbstractXMLEditor |
getActions, getEditingChoice, getListeners, getName, getView, init, setEnabled |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Group1Editor()
| Method Detail |
public void start(XMLEditingContext context)
XMLEditor
context - Give some information like the current editing node or the root nodepublic void stop(XMLEditingContext context)
XMLEditorcommit method for
confirming, thus the XML document will be updated. Note that the commit must only
be called once.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||