Uses of Class
com.japisoft.xmlappkit.XMLAppContainer

Packages that use XMLAppContainer
com.japisoft.xmlappkit   
com.japisoft.xmlappkit.editor   
com.japisoft.xmlappkit.editor.source   
 

Uses of XMLAppContainer in com.japisoft.xmlappkit
 

Methods in com.japisoft.xmlappkit that return XMLAppContainer
static XMLAppContainer XMLAppContainer.getInstance()
           
 

Constructors in com.japisoft.xmlappkit with parameters of type XMLAppContainer
TabbedPaneEditorsView(XMLAppContainer container)
          Here the main container for all editors, it gives information including the model
 

Uses of XMLAppContainer in com.japisoft.xmlappkit.editor
 

Methods in com.japisoft.xmlappkit.editor that return XMLAppContainer
 XMLAppContainer XMLEditingContext.getSource()
           
 

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

Constructors in com.japisoft.xmlappkit.editor.source with parameters of type XMLAppContainer
SourceXMLEditor(XMLAppContainer app, javax.swing.JTree tree)