Uses of Class
com.japisoft.xmlpad.XMLContainer

Packages that use XMLContainer
com.japisoft.xmlpad.action   
com.japisoft.xmlpad.bean   
com.japisoft.xmlpad.toolkit   
com.japisoft.xmlpad.tree   
 

Uses of XMLContainer in com.japisoft.xmlpad.action
 

Methods in com.japisoft.xmlpad.action with parameters of type XMLContainer
 void XMLAction.setXMLContainer(XMLContainer container)
          Set the current XMLEditor for action
static void LoadAction.loadInBuffer(XMLContainer container, java.lang.String fileName)
          Reset the container with this fileName content
static void ActionModel.resetActionState(XMLEditor editor, XMLContainer container)
          Reset the current Action state for this editor and this container, thus action will work on the good editor
 void ActionGroup.resetActionState(XMLEditor editor, XMLContainer container)
          Updage action for this group for working on this editor and this container
 

Uses of XMLContainer in com.japisoft.xmlpad.bean
 

Methods in com.japisoft.xmlpad.bean that return XMLContainer
 XMLContainer XMLEditor.getXMLContainer()
           
 

Methods in com.japisoft.xmlpad.bean with parameters of type XMLContainer
 void XMLEditor.setXMLContainer(XMLContainer container)
          Reset the container for this editor
 

Uses of XMLContainer in com.japisoft.xmlpad.toolkit
 

Methods in com.japisoft.xmlpad.toolkit that return XMLContainer
 XMLContainer SingleDocumentEditor.getXMLContainer()
           
 

Uses of XMLContainer in com.japisoft.xmlpad.tree
 

Constructors in com.japisoft.xmlpad.tree with parameters of type XMLContainer
RealTimeTreeManager(XMLContainer container)