Search in sources :

Example 1 with ScheduleEditFrame

use of jmri.jmrit.operations.locations.schedules.ScheduleEditFrame in project JMRI by JMRI.

the class SpurEditFrame method editAddSchedule.

private void editAddSchedule() {
    log.debug("Edit/add schedule");
    if (sef != null) {
        sef.dispose();
    }
    Schedule schedule = (Schedule) comboBoxSchedules.getSelectedItem();
    sef = new ScheduleEditFrame(schedule, _track);
}
Also used : Schedule(jmri.jmrit.operations.locations.schedules.Schedule) ScheduleEditFrame(jmri.jmrit.operations.locations.schedules.ScheduleEditFrame)

Aggregations

Schedule (jmri.jmrit.operations.locations.schedules.Schedule)1 ScheduleEditFrame (jmri.jmrit.operations.locations.schedules.ScheduleEditFrame)1