Searched refs:getValueAt (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ | ||
H A D | pmTop.java | 240 public Object getValueAt(int row, int col) { method in class:pmTop.listTableModel 256 if (getValueAt(i, 0).equals(value)) 280 (String) listTable.getModel().getValueAt(selectedRow, 0); 282 (String)listTable.getModel().getValueAt(selectedRow, 1); 354 (String)listTable.getModel().getValueAt(selectedRow, 0); 356 (String)listTable.getModel().getValueAt(selectedRow, 1); |
H A D | pmInstallPrinter.java | 372 public Object getValueAt(int row) { method in class:pmInstallPrinter.accessListModel 380 public Object getValueAt(int row, int col) { method in class:pmInstallPrinter.accessListModel |
Completed in 67 milliseconds