Uses of Interface
com.japisoft.xmlappkit.editor.XMLEditingContext

Packages that use XMLEditingContext
com.japisoft.xmlappkit.editor   
com.japisoft.xmlappkit.editor.source   
demo   
 

Uses of XMLEditingContext in com.japisoft.xmlappkit.editor
 

Methods in com.japisoft.xmlappkit.editor with parameters of type XMLEditingContext
 void XMLEditor.start(XMLEditingContext context)
          This is called each time we begin to use this editor
 void XMLEditor.stop(XMLEditingContext context)
          This called when we stop to use this editor like alterning to another editor.
 

Uses of XMLEditingContext in com.japisoft.xmlappkit.editor.source
 

Methods in com.japisoft.xmlappkit.editor.source with parameters of type XMLEditingContext
 void SourceXMLEditor.start(XMLEditingContext context)
           
 void SourceXMLEditor.stop(XMLEditingContext context)
           
 

Uses of XMLEditingContext in demo
 

Methods in demo with parameters of type XMLEditingContext
 void Group1Editor.start(XMLEditingContext context)
           
 void Group1Editor.stop(XMLEditingContext context)