|
instrument/JTree API Documentation | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implement this interface if you want your user objects to be able to be built from XML.
Method Summary | |
javax.swing.tree.TreeNode |
createNode(java.lang.String title,
java.lang.String contents)
Creates a new node based on information read from an XML file. |
Method Detail |
public javax.swing.tree.TreeNode createNode(java.lang.String title, java.lang.String contents)
title
- Title to use in tree. Plain text only.contents
- Contents of the tree node, encoded as text.
|
instrument/JTree API Documentation | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |