Home
last modified time | relevance | path

Searched refs:listTable (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmTop.java68 JTable listTable; field in pmTop
268 ListSelectionModel m = listTable.getSelectionModel(); in modifySelectedPrinter()
280 (String) listTable.getModel().getValueAt(selectedRow, 0); in modifySelectedPrinter()
282 (String)listTable.getModel().getValueAt(selectedRow, 1); in modifySelectedPrinter()
296 listTable = new JTable(listModel); in centerPanel()
297 listTable.setColumnSelectionAllowed(false); in centerPanel()
298 listTable.setRowSelectionAllowed(true); in centerPanel()
299 listTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION); in centerPanel()
300 listTable.setShowGrid(false); in centerPanel()
301 listTable.registerKeyboardAction(new ActionListener() { in centerPanel()
[all …]
H A DpmDelete.java167 mytop.listTable.clearSelection(); in actionokButton()
H A DpmAccess.java319 mytop.listTable.clearSelection(); in createAccess()