Uses of Class
jmri.jmrit.timetable.Schedule
-
Packages that use Schedule Package Description jmri.jmrit.timetable Define the timetable data records and implement a data manager.jmri.jmrit.timetable.swing Implements Timetable creation, maintenance and displaying a timetable graph. -
-
Uses of Schedule in jmri.jmrit.timetable
Methods in jmri.jmrit.timetable that return Schedule Modifier and Type Method Description ScheduleSchedule. getCopy(int layoutId)Make a copy of the schedule.ScheduleTimeTableDataManager. getSchedule(int id)Methods in jmri.jmrit.timetable that return types with arguments of type Schedule Modifier and Type Method Description java.util.List<Schedule>TimeTableDataManager. getSchedules(int fKeyLayout, boolean sort)Create a list of schedulesMethods in jmri.jmrit.timetable with parameters of type Schedule Modifier and Type Method Description voidTimeTableDataManager. addSchedule(int id, Schedule newSchedule) -
Uses of Schedule in jmri.jmrit.timetable.swing
Fields in jmri.jmrit.timetable.swing declared as Schedule Modifier and Type Field Description (package private) ScheduleTimeTableGraphCommon. _schedule
-