/[cashew-s-editor]/cashews/src/nongnu/cashews/eclipse/gui/Cashews.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/eclipse/gui/Cashews.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by gnu_andrew, Wed May 11 07:16:05 2005 UTC revision 1.2 by gnu_andrew, Fri May 13 01:46:42 2005 UTC
# Line 62  public class Cashews Line 62  public class Cashews
62        {        {
63          public void widgetSelected(SelectionEvent e)          public void widgetSelected(SelectionEvent e)
64          {          {
65            new WizardDialog(getShell(), new CashewsWizard()).open();            CashewsWizard wizard = new CashewsWizard();
66              new WizardDialog(getShell(), wizard).open();
67              SoapClient client = new SoapClient();
68              SoapOperation operation = getService();
69              client.call(operation, new URI("testWorkflow3"),
70                          TEST_COMPOSITE_SEQUENCE);
71          }          }
72        });        });
73      return button;      return button;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26