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 aDataTreeobject that is not in its own windowIdvUIManager.createDataTree(boolean inOwnWindow) Create aDataTreeobject.IdvUIManager.createDataTreeWindow()Create aDataTreeobject that is in its own windowMethods in ucar.unidata.idv.ui with parameters of type DataTreeModifier and TypeMethodDescriptionvoidDataTreeNode.checkExpansion(DataTree dataTree) Expand if neededvoidIdvUIManager.dataTreeClick(DataTree dataTree, MouseEvent event) The data tree was clicked.voidIdvUIManager.deleteKeyPressed(DataTree dataTree) Handle when the delete key is pressed in the data treevoidIdvUIManager.initDataTree(DataTree dataTree) When a newDataTreeis created this method is called.voidIdvUIManager.showControlDialog(DataTree dataTree, MouseEvent event) Create and show aDataControlDialogfor theDataChoicein the DataTree at the given mouse x and y (if there is a data choice there).voidIdvUIManager.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