/[cashew-s-editor]/cashews/src/nongnu/cashews/eclipse/composer/wizards/ProcessWizard.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/eclipse/composer/wizards/ProcessWizard.java

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

revision 1.1 by gnu_andrew, Thu May 5 23:47:59 2005 UTC revision 1.2 by gnu_andrew, Mon May 16 14:22:13 2005 UTC
# Line 2  package nongnu.cashews.eclipse.composer. Line 2  package nongnu.cashews.eclipse.composer.
2    
3  import nongnu.cashews.eclipse.composer.commands.CreateNodeCommand;  import nongnu.cashews.eclipse.composer.commands.CreateNodeCommand;
4    
 import org.eclipse.jface.dialogs.Dialog;  
 import org.eclipse.jface.window.ApplicationWindow;  
 import org.eclipse.jface.wizard.WizardDialog;  
   
 import java.util.Calendar;  
 import java.util.Date;  
 import java.util.GregorianCalendar;  
   
 import org.eclipse.jface.wizard.WizardPage;  
 import org.eclipse.swt.SWT;  
 import org.eclipse.swt.layout.GridData;  
 import org.eclipse.swt.layout.GridLayout;  
 import org.eclipse.swt.layout.RowLayout;  
 import org.eclipse.swt.widgets.*;  
   
 import org.eclipse.swt.layout.GridData;  
 import org.eclipse.swt.layout.GridLayout;  
   
 import org.eclipse.jface.wizard.WizardPage;  
   
 import java.io.IOException;  
5  import java.lang.reflect.InvocationTargetException;  import java.lang.reflect.InvocationTargetException;
6    
7  import org.eclipse.core.runtime.IProgressMonitor;  import org.eclipse.core.runtime.IProgressMonitor;
8  import org.eclipse.jface.dialogs.DialogSettings;  import org.eclipse.jface.dialogs.DialogSettings;
9  import org.eclipse.jface.dialogs.MessageDialog;  import org.eclipse.jface.dialogs.MessageDialog;
10  import org.eclipse.jface.operation.IRunnableWithProgress;  import org.eclipse.jface.operation.IRunnableWithProgress;
 import org.eclipse.jface.resource.ImageDescriptor;  
11  import org.eclipse.jface.wizard.Wizard;  import org.eclipse.jface.wizard.Wizard;
12    
13  // The data model.  // The data model.
# Line 56  static final String KEY_PERFORMANCE_NAME Line 34  static final String KEY_PERFORMANCE_NAME
34      addPage(new NamePerformancePage());      addPage(new NamePerformancePage());
35      addPage(new OperationSelectPage());      addPage(new OperationSelectPage());
36      addPage(new ValueDataSelectedPage());      addPage(new ValueDataSelectedPage());
37        addPage(new ValueDataSelectedPage2());
38    
39    }    }
40    
# Line 98  static final String KEY_PERFORMANCE_NAME Line 77  static final String KEY_PERFORMANCE_NAME
77      if(ans)      if(ans)
78        return true;        return true;
79      else{      else{
       ProcessDefine pd = new ProcessDefine(null);  
       pd.close();  
80        return false;}        return false;}
81    }      }  
82  }  }

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