Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DOptionView.java370 sortedTableModel.mapRowAt(i)).toString().indexOf(s) != -1) { in find()
380 sortedTableModel.mapRowAt(i)).toString().indexOf(s) != -1) { in find()
404 sortedTableModel.mapRowAt(selectedRow))); in handleDelete()
418 sortedTableModel.mapRowAt(selectedRow))); in handleDuplicate()
432 sortedTableModel.mapRowAt(selectedRow))); in handleProperties()
H A DAddressView.java331 int modelRow = sortedTableModel.mapRowAt(row); in getTableCellRendererComponent()
560 sortedTableModel.mapRowAt(rows[i])); in AddressView()
654 addressTableModel.getClientAt(sortedTableModel.mapRowAt(i)); in find()
666 addressTableModel.getClientAt(sortedTableModel.mapRowAt(i)); in find()
702 sortedTableModel.mapRowAt(rows[i])); in handleDelete()
718 addressTableModel.getClientAt(sortedTableModel.mapRowAt(row)); in handleDuplicate()
739 sortedTableModel.mapRowAt(rows[i])); in handleProperties()
H A DSelectOptionDialog.java238 sortedModel.mapRowAt(optionTable.getSelectedRow()), 0)); in buttonPressed()
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DTableSorter.java332 public int mapRowAt(int aRow) { in mapRowAt() method in TableSorter