|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbase.tree.XMLTree
public class XMLTree
Constructor Summary | |
---|---|
XMLTree()
Creates a new instance of the JDOMTree class |
Method Summary | |
---|---|
javax.swing.JTree |
getTree()
Returns the JTree with xml inside. |
void |
parseFile(java.io.File xmlFile)
Read in an XML file to display in the tree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLTree()
Method Detail |
---|
public javax.swing.JTree getTree()
public void parseFile(java.io.File xmlFile) throws java.lang.Exception
xmlFile
- Path to an XML file.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |