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

/owl-s/src/examples/
H A DWSDL2OWLS.java117 JTable nsTable = new JTable(0, 2); field in class:WSDL2OWLS
218 nsTable.getSelectionModel().setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
219 nsTable.getSelectionModel().addListSelectionListener(
246 nsPanel.add(new JScrollPane(nsTable));
356 int row = nsTable.getSelectedRow();
367 String prefix = (String) nsTable.getModel().getValueAt(row, 0);
750 nsTable.setModel(model);
751 nsTable.getColumnModel().getColumn(0).setMaxWidth(75);

Completed in 15 milliseconds