de.cau.cs.kieler.sim.kiem.automated.ui.ui
Class SelectImportedDialog
java.lang.Object
de.cau.cs.kieler.sim.kiem.automated.ui.ui.SelectImportedDialog
public class SelectImportedDialog
- extends Object
This dialog is for selecting additional schedules from the list of schedules that were imported
through the extension point.
- Rating

- (2010-01-31)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectImportedDialog
public SelectImportedDialog(List<ScheduleData> imported,
Shell shellParam)
- Create a new dialog.
- Parameters:
imported
- the list for the list selection dialogshellParam
- the shell where to display the dialog
displayDialog
public List<ScheduleData> displayDialog()
- Open the dialog, wait for the user selection and return the selected schedules.
- Returns:
- the list of selected schedules or null if the user clicked cancel.