Uses of Class
jmri.jmrit.operations.locations.schedules.Schedule
Packages that use Schedule
Package
Description
-
Uses of Schedule in jmri.jmrit.operations.locations
Methods in jmri.jmrit.operations.locations that return ScheduleMethods in jmri.jmrit.operations.locations with parameters of type Schedule -
Uses of Schedule in jmri.jmrit.operations.locations.gui
Fields in jmri.jmrit.operations.locations.gui with type parameters of type Schedule -
Uses of Schedule in jmri.jmrit.operations.locations.schedules
Fields in jmri.jmrit.operations.locations.schedules declared as ScheduleModifier and TypeFieldDescription(package private) ScheduleScheduleEditFrame._schedule(package private) ScheduleScheduleTableModel._scheduleFields in jmri.jmrit.operations.locations.schedules with type parameters of type ScheduleModifier and TypeFieldDescriptionScheduleManager._scheduleHashTableSchedulesTableModel.comboSelectSchedulesTableModel.sysListMethods in jmri.jmrit.operations.locations.schedules that return ScheduleModifier and TypeMethodDescriptionScheduleManager.copySchedule(Schedule schedule, String newScheduleName) ScheduleManager.getScheduleById(String id) ScheduleManager.getScheduleByName(String name) ScheduleManager.newSchedule(String name) Finds an existing schedule or creates a new schedule if needed requires schedule's name creates a unique id for this scheduleMethods in jmri.jmrit.operations.locations.schedules that return types with arguments of type ScheduleModifier and TypeMethodDescriptionScheduleManager.getComboBox()Gets a JComboBox loaded with schedules.ScheduleManager.getSchedulesByIdList()Sort by schedule id numberScheduleManager.getSchedulesByNameList()Sort by schedule nameMethods in jmri.jmrit.operations.locations.schedules with parameters of type ScheduleModifier and TypeMethodDescriptionScheduleManager.copySchedule(Schedule schedule, String newScheduleName) voidScheduleManager.deregister(Schedule schedule) Forget a NamedBean Object created outside the manager.ScheduleManager.getListSpurs(Schedule schedule) ScheduleManager.getSpursByScheduleComboBox(Schedule schedule) Gets a JComboBox with a list of spurs that use this schedule.protected voidScheduleTableModel.initTable(ScheduleEditFrame frame, JTable table, Schedule schedule, Location location, Track track) voidRemember a NamedBean Object created outside the manager.Method parameters in jmri.jmrit.operations.locations.schedules with type arguments of type ScheduleModifier and TypeMethodDescriptionvoidScheduleManager.updateComboBox(JComboBox<Schedule> box) Update a JComboBox with the latest schedules.Constructors in jmri.jmrit.operations.locations.schedules with parameters of type Schedule -
Uses of Schedule in jmri.jmrit.operations.locations.schedules.tools
Fields in jmri.jmrit.operations.locations.schedules.tools declared as ScheduleModifier and TypeFieldDescription(package private) ScheduleScheduleCopyAction._schedule(package private) ScheduleScheduleResetHitsAction._scheduleFields in jmri.jmrit.operations.locations.schedules.tools with type parameters of type ScheduleConstructors in jmri.jmrit.operations.locations.schedules.tools with parameters of type ScheduleModifierConstructorDescriptionScheduleCopyAction(Schedule schedule, Track track) ScheduleCopyFrame(Schedule schedule, Track track) ScheduleResetHitsAction(Schedule schedule)