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

/owl-s/src/examples/
H A DWSDL2OWLS.java111 JList opList = new JList(); field in class:WSDL2OWLS
171 operationsPanel.add(new JScrollPane(opList));
172 opList.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
173 opList.getSelectionModel().addListSelectionListener(
412 opList.setListData(ops.toArray());
415 opList.setListData(new Vector());
459 WSDLOperation op = (WSDLOperation) opList.getSelectedValue();
612 WSDLOperation op = (WSDLOperation) opList.getSelectedValue();

Completed in 11 milliseconds