- Timestamp:
- 12/09/11 12:55:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/swt/EditSequenceDialog.java
r230 r287 21 21 public class EditSequenceDialog extends Dialog { 22 22 23 protected Object result;24 23 protected Shell shell; 25 24 private Table table; … … 43 42 /** 44 43 * Open the dialog. 45 * @return the result46 44 */ 47 public Objectopen(java.util.List<Event<?>> sequence) {45 public void open(java.util.List<Event<?>> sequence) { 48 46 this.sequence = sequence; 49 47 createContents(); … … 56 54 } 57 55 } 58 return result;59 56 } 60 57
Note: See TracChangeset
for help on using the changeset viewer.