de.cau.cs.kieler.sim.kiem.automated.ui.ui
Class SelectImportedDialog

java.lang.Object
  extended by 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 proposed yellow
(2010-01-31)

Constructor Summary
SelectImportedDialog(List<ScheduleData> imported, Shell shellParam)
          Create a new dialog.
 
Method Summary
 List<ScheduleData> displayDialog()
          Open the dialog, wait for the user selection and return the selected schedules.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectImportedDialog

public SelectImportedDialog(List<ScheduleData> imported,
                            Shell shellParam)
Create a new dialog.

Parameters:
imported - the list for the list selection dialog
shellParam - the shell where to display the dialog
Method Detail

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.