|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataTreeNode | |
|---|---|
| ucar.unidata.idv.ui | User Interface (UI) classes for the IDV |
| Uses of DataTreeNode in ucar.unidata.idv.ui |
|---|
| Methods in ucar.unidata.idv.ui that return DataTreeNode | |
|---|---|
DataTreeNode |
DataTree.createTreeNode(DataTreeNode parent,
String label,
Object data)
Create a DataTreeNode with the given label
that holds the given data object. |
DataTreeNode |
DataTree.createTreeNode(String label,
Object data)
Create a DataTreeNode with the given label
that holds the given data object |
DataTreeNode |
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 DataTreeNode | |
|---|---|
protected void |
DataTree.createSubtree(CompositeDataChoice choice,
DataTreeNode treeNode)
Recurse down the CompositeDataChoice
hierarhcy of DataChoice-s, creating the JTree tree. |
DataTreeNode |
DataTree.createTreeNode(DataTreeNode parent,
String label,
Object data)
Create a DataTreeNode with the given label
that holds the given data object. |
void |
DataTree.removeTreeNode(DataTreeNode node)
Remove the given DataTreeNode from the
tree. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||