Package | Description |
---|---|
ucar.unidata.util |
General utilities.
|
Modifier and Type | Method and Description |
---|---|
static GuiUtils.TreeSearchResults |
GuiUtils.doTreeSearch(javax.swing.JTree tree,
java.lang.Object lastState,
java.lang.String nodeDesc,
javax.swing.JComponent near)
Popup a dialog and search the given tree for a tree node that matches
the user provided string.
|
static GuiUtils.TreeSearchResults |
GuiUtils.doTreeSearch(javax.swing.JTree tree,
java.lang.Object lastState,
java.lang.String nodeDesc,
javax.swing.JComponent near,
java.lang.String originalPhrase)
Search the given tree
|