* validated.
* @return the schedule type corresponding to the input provided by user.
*/
private ScheduleType createSchedule()
{
ScheduleType schedule;
Object type =
((CategorizedComboBoxElement)scheduleType.getSelectedItem()).getValue();
if (type == LAUNCH_NOW)
{
schedule = ScheduleType.createLaunchNow();