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 aDataTreeNode
with the given label that holds the given data objectDataTree.createTreeNode
(DataTreeNode parent, String label, Object data) Create aDataTreeNode
with 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 void
DataTree.createSubtree
(CompositeDataChoice choice, DataTreeNode treeNode) Recurse down theCompositeDataChoice
hierarhcy of DataChoice-s, creating the JTree tree.DataTree.createTreeNode
(DataTreeNode parent, String label, Object data) Create aDataTreeNode
with the given label that holds the given data object.void
DataTree.removeTreeNode
(DataTreeNode node) Remove the givenDataTreeNode
from the tree.