net.simplace.pipe.util.components.FWXmlTree
Version: 1.0
Description: The XTree class is an extension of the javax.swing.JTree class.
It behaves in every way like a JTree component, the difference is that additional
methods have been provided to facilitate the parsing of an XML document into a
DOM object and translating that DOM object into a viewable JTree structure.
Copyright (c) March 2001 Kyle Gabhart
public class FWXmlTree extends javax.swing.JTree {
// Public Constructors
public FWXmlTree(String aText) throws ParserConfigurationException;
// Public Instance Methods public String getText();
public void setText(String string);
}
Hierarchy: java.lang.Object - java.awt.Component (java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) - java.awt.Container - javax.swing.JComponent (java.io.Serializable, javax.swing.TransferHandler.HasGetTransferHandler) - javax.swing.JTree (javax.swing.Scrollable, javax.accessibility.Accessible) - FWXmlTree