Home
last modified time | relevance | path

Searched refs:selRow (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBManagerGUI.java572 int selRow = jTreeDisplay.getRowForLocation(ev.getX(), ev.getY()); in mousePopup() local
574 if (selRow != -1) { in mousePopup()
603 int selRow = projectTree.getRowForLocation(ev.getX(), ev.getY()); in mousePopup() local
605 if (selRow != -1 && ev.getClickCount() == 1) { in mousePopup()