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

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmTop.java68 JTable listTable; field in class:pmTop
268 ListSelectionModel m = listTable.getSelectionModel();
280 (String) listTable.getModel().getValueAt(selectedRow, 0);
282 (String)listTable.getModel().getValueAt(selectedRow, 1);
296 listTable = new JTable(listModel);
297 listTable.setColumnSelectionAllowed(false);
298 listTable.setRowSelectionAllowed(true);
299 listTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
300 listTable.setShowGrid(false);
301 listTable
[all...]

Completed in 250 milliseconds