Uses of Class
jmri.jmrit.timetable.Schedule
Packages that use Schedule
Package
Description
Define the timetable data records and implement a data manager.
Implements Timetable creation, maintenance and displaying a timetable graph.
-
Uses of Schedule in jmri.jmrit.timetable
Methods in jmri.jmrit.timetable that return ScheduleModifier and TypeMethodDescriptionSchedule.getCopy(int layoutId) Make a copy of the schedule.TimeTableDataManager.getSchedule(int id) Methods in jmri.jmrit.timetable that return types with arguments of type ScheduleModifier and TypeMethodDescriptionTimeTableDataManager.getSchedules(int fKeyLayout, boolean sort) Create a list of schedulesMethods in jmri.jmrit.timetable with parameters of type ScheduleModifier and TypeMethodDescriptionvoidTimeTableDataManager.addSchedule(int id, Schedule newSchedule) -
Uses of Schedule in jmri.jmrit.timetable.swing
Fields in jmri.jmrit.timetable.swing declared as Schedule