|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.tree.DefaultMutableTreeNode
ucar.unidata.ui.XmlTree.XmlTreeNode
public static class XmlTree.XmlTreeNode
Class XmlTreeNode
| Field Summary |
|---|
| Fields inherited from class javax.swing.tree.DefaultMutableTreeNode |
|---|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject |
| Constructor Summary | |
|---|---|
XmlTree.XmlTreeNode(Element node,
String name)
ctor |
|
XmlTree.XmlTreeNode(Element node,
String name,
String baseLocation)
ctor |
|
| Method Summary | |
|---|---|
String |
getBaseLocation()
Find the xml file location. |
Element |
getXmlNode()
Get the node |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XmlTree.XmlTreeNode(Element node,
String name)
node - The xml nodename - The label to use
public XmlTree.XmlTreeNode(Element node,
String name,
String baseLocation)
node - The xml nodename - The label to usebaseLocation - Where the xml came from. May be null.| Method Detail |
|---|
public Element getXmlNode()
public String getBaseLocation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||