Uses of Class
ucar.unidata.idv.ui.DataTree
Packages that use DataTree
-
Uses of DataTree in ucar.unidata.idv.ui
Methods in ucar.unidata.idv.ui that return DataTreeModifier and TypeMethodDescriptionIdvUIManager.createDataTree()
Create aDataTree
object that is not in its own windowIdvUIManager.createDataTree
(boolean inOwnWindow) Create aDataTree
object.IdvUIManager.createDataTreeWindow()
Create aDataTree
object that is in its own windowMethods in ucar.unidata.idv.ui with parameters of type DataTreeModifier and TypeMethodDescriptionvoid
DataTreeNode.checkExpansion
(DataTree dataTree) Expand if neededvoid
IdvUIManager.dataTreeClick
(DataTree dataTree, MouseEvent event) The data tree was clicked.void
IdvUIManager.deleteKeyPressed
(DataTree dataTree) Handle when the delete key is pressed in the data treevoid
IdvUIManager.initDataTree
(DataTree dataTree) When a newDataTree
is created this method is called.void
IdvUIManager.showControlDialog
(DataTree dataTree, MouseEvent event) Create and show aDataControlDialog
for theDataChoice
in the DataTree at the given mouse x and y (if there is a data choice there).void
IdvUIManager.showDataTreeMenu
(DataTree dataTree, MouseEvent event, boolean showFullMenu) Popup a menu for a datachoice object over the tree component at (x,y)Constructors in ucar.unidata.idv.ui with parameters of type DataTreeModifierConstructorDescriptionDataTreeNode
(DataTree dataTree, String label) Create a new tree node with the given labelDataTreeNode
(DataTree dataTree, String label, Object object) Create a new tree node with the given label and data object