Uses of Class
com.japisoft.xmlpad.XMLContainer

Packages that use XMLContainer
com.japisoft.xmlpad   
com.japisoft.xmlpad.action   
com.japisoft.xmlpad.action.file   
com.japisoft.xmlpad.action.xml   
com.japisoft.xmlpad.bookmark   
com.japisoft.xmlpad.editor   
com.japisoft.xmlpad.elementview.table   
com.japisoft.xmlpad.look   
com.japisoft.xmlpad.nodeeditor   
com.japisoft.xmlpad.toolkit   
com.japisoft.xmlpad.tree   
com.japisoft.xmlpad.tree.action   
com.japisoft.xmlpad.validator   
 

Uses of XMLContainer in com.japisoft.xmlpad
 

Methods in com.japisoft.xmlpad that return XMLContainer
 com.japisoft.xmlpad.XMLContainer IView.getContainer()
           
 com.japisoft.xmlpad.XMLContainer IXMLPanel.getMainContainer()
           
 com.japisoft.xmlpad.XMLContainer IXMLPanel.getSubContainer(java.lang.String type)
           
 com.japisoft.xmlpad.XMLContainer XMLContainer.getMainContainer()
           
 com.japisoft.xmlpad.XMLContainer XMLContainer.getSubContainer(java.lang.String type)
           
 

Methods in com.japisoft.xmlpad with parameters of type XMLContainer
 ElementView ComponentFactory.getNewElementView(com.japisoft.xmlpad.XMLContainer container)
           
 com.japisoft.xmlpad.IView ComponentFactory.getUIContainer(com.japisoft.xmlpad.XMLContainer container)
           
 

Constructors in com.japisoft.xmlpad with parameters of type XMLContainer
PopupModel(com.japisoft.xmlpad.XMLContainer container)
           
ToolBarModel(com.japisoft.xmlpad.XMLContainer container)
           
 

Uses of XMLContainer in com.japisoft.xmlpad.action
 

Methods in com.japisoft.xmlpad.action that return XMLContainer
 com.japisoft.xmlpad.XMLContainer XMLAction.getXMLContainer()
           
 

Methods in com.japisoft.xmlpad.action with parameters of type XMLContainer
 void XMLAction.setXMLContainer(com.japisoft.xmlpad.XMLContainer container)
          Set the current XMLEditor for action
 void ActionGroup.resetActionState(XMLEditor editor, com.japisoft.xmlpad.XMLContainer container)
          Updage action for this group for working on this editor and this container
static void ActionModel.resetActionState(XMLEditor editor, com.japisoft.xmlpad.XMLContainer container)
          Deprecated. Use only the version with the XMLContainer as parameter Reset the current Action state for this editor and this container, thus action will work on the good editor.
static void ActionModel.resetActionState(com.japisoft.xmlpad.XMLContainer container)
          Reset the current Action state for this editor and this container
static boolean ActionModel.activeActionByName(java.lang.String name, com.japisoft.xmlpad.XMLContainer container, XMLEditor editor)
          Active an action changing the current container and editor this these ones.
 

Uses of XMLContainer in com.japisoft.xmlpad.action.file
 

Methods in com.japisoft.xmlpad.action.file with parameters of type XMLContainer
static void LoadAction.loadInBuffer(com.japisoft.xmlpad.XMLContainer container, java.lang.String fileName)
          Reset the container with this fileName content
 

Uses of XMLContainer in com.japisoft.xmlpad.action.xml
 

Methods in com.japisoft.xmlpad.action.xml with parameters of type XMLContainer
 java.lang.String ParseAction.getMessageForOk(com.japisoft.xmlpad.XMLContainer container)
           
 

Uses of XMLContainer in com.japisoft.xmlpad.bookmark
 

Methods in com.japisoft.xmlpad.bookmark with parameters of type XMLContainer
 boolean DefaultBookmarkContext.matchLine(int line, com.japisoft.xmlpad.XMLContainer container)
           
 

Uses of XMLContainer in com.japisoft.xmlpad.editor
 

Methods in com.japisoft.xmlpad.editor that return XMLContainer
 com.japisoft.xmlpad.XMLContainer XMLDocument.getContainer()
           
 com.japisoft.xmlpad.XMLContainer XMLEditor.getXMLContainer()
           
 

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

Uses of XMLContainer in com.japisoft.xmlpad.elementview.table
 

Constructors in com.japisoft.xmlpad.elementview.table with parameters of type XMLContainer
TableElementView(com.japisoft.xmlpad.XMLContainer container)
           
 

Uses of XMLContainer in com.japisoft.xmlpad.look
 

Methods in com.japisoft.xmlpad.look with parameters of type XMLContainer
 void DefaultLook.install(com.japisoft.xmlpad.XMLContainer container, javax.swing.JTree tree)
          Change the graphics attributes of this realtime tree
 void DefaultLook.install(com.japisoft.xmlpad.XMLContainer container, XMLEditor editor)
          Change the graphics attributes of this editor
 void IELook.install(com.japisoft.xmlpad.XMLContainer container, javax.swing.JTree tree)
           
 void IELook.install(com.japisoft.xmlpad.XMLContainer container, XMLEditor editor)
          Change the graphics attributes of this editor
 void Look.install(com.japisoft.xmlpad.XMLContainer container, javax.swing.JTree tree)
          Install the tree for this look
 void Look.install(com.japisoft.xmlpad.XMLContainer container, XMLEditor editor)
          Update the graphics attributes for this editor
static void LookManager.install(com.japisoft.xmlpad.XMLContainer container, XMLEditor editor)
          Install a look for the above editor
static void LookManager.install(com.japisoft.xmlpad.XMLContainer container, javax.swing.JTree tree)
          Set the share tree view
 void MozillaLook.install(com.japisoft.xmlpad.XMLContainer container, XMLEditor editor)
           
 void XMLPadLook.install(com.japisoft.xmlpad.XMLContainer container, javax.swing.JTree tree)
           
 void XMLPadLook.install(com.japisoft.xmlpad.XMLContainer container, XMLEditor editor)
           
 

Uses of XMLContainer in com.japisoft.xmlpad.nodeeditor
 

Methods in com.japisoft.xmlpad.nodeeditor that return XMLContainer
 com.japisoft.xmlpad.XMLContainer EditorContext.getXMLContainer()
           
 

Constructors in com.japisoft.xmlpad.nodeeditor with parameters of type XMLContainer
EditorContext(com.japisoft.xmlpad.XMLContainer container, com.japisoft.fastparser.node.SimpleNode node, java.lang.String text)
           
 

Uses of XMLContainer in com.japisoft.xmlpad.toolkit
 

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

Methods in com.japisoft.xmlpad.toolkit with parameters of type XMLContainer
static XPathHandler XMLToolkit.highlightXPathNodes(com.japisoft.xmlpad.XMLContainer container, java.lang.String xpathExpression, boolean relative)
          Highlight the nodes from the editor from this xpathExpression
 

Constructors in com.japisoft.xmlpad.toolkit with parameters of type XMLContainer
XPathHandler(com.japisoft.xmlpad.XMLContainer container, java.lang.String xpathExpression, boolean relative)
           
 

Uses of XMLContainer in com.japisoft.xmlpad.tree
 

Constructors in com.japisoft.xmlpad.tree with parameters of type XMLContainer
RealTimeTreeManager(com.japisoft.xmlpad.XMLContainer container)
           
RealTimeTreeManager(com.japisoft.xmlpad.XMLContainer container, javax.swing.JTree tree)
           
FastTreeRenderer(com.japisoft.xmlpad.XMLContainer container)
           
 

Uses of XMLContainer in com.japisoft.xmlpad.tree.action
 

Methods in com.japisoft.xmlpad.tree.action with parameters of type XMLContainer
 void AbstractTreeAction.setXMLContainer(com.japisoft.xmlpad.XMLContainer container)
          This override controls if the container has a tree
 

Uses of XMLContainer in com.japisoft.xmlpad.validator
 

Methods in com.japisoft.xmlpad.validator with parameters of type XMLContainer
 boolean DefaultValidator.validate(com.japisoft.xmlpad.XMLContainer container)
           
 boolean DefaultValidator.notifyAction(com.japisoft.xmlpad.XMLContainer container)
           
 boolean RelaxNGValidator.validate(com.japisoft.xmlpad.XMLContainer container)
           
 boolean Validator.validate(com.japisoft.xmlpad.XMLContainer container)
          Validate the XML content bound to this container.