|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataTree | |
|---|---|
| ucar.unidata.idv.ui | User Interface (UI) classes for the IDV |
| Uses of DataTree in ucar.unidata.idv.ui |
|---|
| Methods in ucar.unidata.idv.ui that return DataTree | |
|---|---|
DataTree |
IdvUIManager.createDataTree()
Create a DataTree object that is not in its own window |
DataTree |
IdvUIManager.createDataTree(boolean inOwnWindow)
Create a DataTree object. |
DataTree |
IdvUIManager.createDataTreeWindow()
Create a DataTree object that is in its own window |
| Methods in ucar.unidata.idv.ui with parameters of type DataTree | |
|---|---|
void |
DataTreeNode.checkExpansion(DataTree dataTree)
Expand if needed |
void |
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 tree |
void |
IdvUIManager.initDataTree(DataTree dataTree)
When a new DataTree is created this method is called. |
void |
IdvUIManager.showControlDialog(DataTree dataTree,
MouseEvent event)
Create and show a DataControlDialog for the DataChoice
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 DataTree | |
|---|---|
DataTreeNode(DataTree dataTree,
String label)
Create a new tree node with the given label |
|
DataTreeNode(DataTree dataTree,
String label,
Object object)
Create a new tree node with the given label and data object |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||