Uses of Class
ucar.unidata.idv.ui.DataTreeNode
Packages that use DataTreeNode
-
Uses of DataTreeNode in ucar.unidata.idv.ui
Methods in ucar.unidata.idv.ui that return DataTreeNodeModifier and TypeMethodDescriptionDataTree.createTreeNode(String label, Object data) Create aDataTreeNodewith the given label that holds the given data objectDataTree.createTreeNode(DataTreeNode parent, String label, Object data) Create aDataTreeNodewith the given label that holds the given data object.DataTree.getTreeNode(Object data) Return the tree node that represents the given data object (e.g., data source, data choice)Methods in ucar.unidata.idv.ui with parameters of type DataTreeNodeModifier and TypeMethodDescriptionprotected voidDataTree.createSubtree(CompositeDataChoice choice, DataTreeNode treeNode) Recurse down theCompositeDataChoicehierarhcy of DataChoice-s, creating the JTree tree.DataTree.createTreeNode(DataTreeNode parent, String label, Object data) Create aDataTreeNodewith the given label that holds the given data object.voidDataTree.removeTreeNode(DataTreeNode node) Remove the givenDataTreeNodefrom the tree.