Searched refs:listModel (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmTop.java72 listTableModel listModel; field in class:pmTop
295 listModel = new listTableModel();
296 listTable = new JTable(listModel);
370 listModel.insertlistTable(PrinterUtil.getPrinterList(ns),
371 listModel.getColumnCount());
708 row = listModel.findValue(p);
1219 listModel.insertlistTable(PrinterUtil.getPrinterList(ns),
1220 listModel.getColumnCount());

Completed in 64 milliseconds