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

/owl-s/src/examples/
H A DWSDL2OWLS.java118 JButton generateButton, addNSButton, removeNSButton; field in class:WSDL2OWLS
229 addNSButton = new JButton("Add");
232 addNSButton.setActionCommand("addNS");
233 addNSButton.addActionListener(this);
240 nsButtons.add(addNSButton);

Completed in 30 milliseconds