Uses of Class
ix.util.xml.XMLTreeEditFrame

Packages that use XMLTreeEditFrame
ix.ip2 I-X Process Panels 
ix.util.xml XML utilities. 
 

Uses of XMLTreeEditFrame in ix.ip2
 

Subclasses of XMLTreeEditFrame in ix.ip2
 class AnnotationEditor
           
 

Methods in ix.ip2 with parameters of type XMLTreeEditFrame
 javax.swing.JMenu Ip2XMLConfig.makeTreeEditorLookAtMenu(XMLTreeEditFrame frame)
           
 

Uses of XMLTreeEditFrame in ix.util.xml
 

Subclasses of XMLTreeEditFrame in ix.util.xml
protected  class XMLTreeEditor.MessageFrame
          An editor frame for displaying any messages received by a tree editor acting as an I-X agent.
 class XMLTreeViewFrame
          A frame that contains an XML viewing panel.
 

Fields in ix.util.xml declared as XMLTreeEditFrame
protected  XMLTreeEditFrame XMLTreeEditor.frame
           
 

Methods in ix.util.xml that return XMLTreeEditFrame
protected  XMLTreeEditFrame XMLTreeEditPanel.getEditFrame()
           
 

Methods in ix.util.xml with parameters of type XMLTreeEditFrame
 javax.swing.JMenu XMLConfig.makeTreeEditorLookAtMenu(XMLTreeEditFrame frame)