Searched defs:getValueAt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmInstallPrinter.java372 public Object getValueAt(int row) { method in class:pmInstallPrinter.accessListModel
380 public Object getValueAt(int row, int col) { method in class:pmInstallPrinter.accessListModel
H A DpmTop.java240 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);

Completed in 49 milliseconds