Uses of Class
ucar.unidata.ui.XmlTree.XmlTreeNode

Packages that use XmlTree.XmlTreeNode
ucar.unidata.ui User interface utilities: extensions of AWT and Swing classes. 
 

Uses of XmlTree.XmlTreeNode in ucar.unidata.ui
 

Subclasses of XmlTree.XmlTreeNode in ucar.unidata.ui
static class XmlTree.XlinkTreeNode
          Class XlinkTreeNode.
 

Methods in ucar.unidata.ui that return XmlTree.XmlTreeNode
 XmlTree.XmlTreeNode XmlTree.getXmlTreeNodeAt(int x, int y)
          Return the xml tree node located at the given position
protected  XmlTree.XmlTreeNode XmlTree.getXmlTreeNodeAtPath(TreePath path)
          Return the xml tree node located at the given position
 

Methods in ucar.unidata.ui with parameters of type XmlTree.XmlTreeNode
 void XmlTree.doClick(XmlTree tree, XmlTree.XmlTreeNode node, Element element)
          tree node was clicked
 void XmlTree.doDoubleClick(XmlTree tree, XmlTree.XmlTreeNode node, Element element)
          Gets called when an Xml Element has been double clicked.
 void XmlTree.doRightClick(XmlTree tree, XmlTree.XmlTreeNode node, Element element, MouseEvent event)
          Handle right click
 String XmlTree.expandRelativeUrl(XmlTree.XmlTreeNode node, String href)
          Expand the relative url
protected  void XmlTree.process(XmlTree.XmlTreeNode parentTreeNode, Element xmlNode)
          Walk the xml tree at the given xmlNode and create the JTree