Uses of Class
jmri.jmrit.operations.locations.schedules.Schedule
-
Packages that use Schedule Package Description jmri.jmrit.operations.locations jmri.jmrit.operations.locations.schedules jmri.jmrit.operations.locations.schedules.tools -
-
Uses of Schedule in jmri.jmrit.operations.locations
Fields in jmri.jmrit.operations.locations with type parameters of type Schedule Modifier and Type Field Description (package private) javax.swing.JComboBox<Schedule>
SpurEditFrame. comboBoxSchedules
Methods in jmri.jmrit.operations.locations that return Schedule Modifier and Type Method Description Schedule
Track. getSchedule()
Methods in jmri.jmrit.operations.locations with parameters of type Schedule Modifier and Type Method Description void
Track. setSchedule(Schedule schedule)
-
Uses of Schedule in jmri.jmrit.operations.locations.schedules
Fields in jmri.jmrit.operations.locations.schedules declared as Schedule Modifier and Type Field Description (package private) Schedule
ScheduleEditFrame. _schedule
(package private) Schedule
ScheduleTableModel. _schedule
Fields in jmri.jmrit.operations.locations.schedules with type parameters of type Schedule Modifier and Type Field Description protected java.util.Hashtable<java.lang.String,Schedule>
ScheduleManager. _scheduleHashTable
protected java.util.Hashtable<Schedule,java.lang.String>
SchedulesTableModel. comboSelect
(package private) java.util.List<Schedule>
SchedulesTableModel. sysList
Methods in jmri.jmrit.operations.locations.schedules that return Schedule Modifier and Type Method Description Schedule
ScheduleManager. copySchedule(Schedule schedule, java.lang.String newScheduleName)
Schedule
ScheduleManager. getScheduleById(java.lang.String id)
Schedule
ScheduleManager. getScheduleByName(java.lang.String name)
Schedule
ScheduleManager. newSchedule(java.lang.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 Schedule Modifier and Type Method Description javax.swing.JComboBox<Schedule>
ScheduleManager. getComboBox()
Gets a JComboBox loaded with schedules.java.util.List<Schedule>
ScheduleManager. getSchedulesByIdList()
Sort by schedule id numberjava.util.List<Schedule>
ScheduleManager. getSchedulesByNameList()
Sort by schedule nameMethods in jmri.jmrit.operations.locations.schedules with parameters of type Schedule Modifier and Type Method Description Schedule
ScheduleManager. copySchedule(Schedule schedule, java.lang.String newScheduleName)
void
ScheduleManager. deregister(Schedule schedule)
Forget a NamedBean Object created outside the manager.javax.swing.JComboBox<LocationTrackPair>
ScheduleManager. getSpursByScheduleComboBox(Schedule schedule)
Gets a JComboBox with a list of spurs that use this schedule.protected void
ScheduleTableModel. initTable(ScheduleEditFrame frame, javax.swing.JTable table, Schedule schedule, Location location, Track track)
void
ScheduleManager. register(Schedule schedule)
Remember a NamedBean Object created outside the manager.Method parameters in jmri.jmrit.operations.locations.schedules with type arguments of type Schedule Modifier and Type Method Description void
ScheduleManager. updateComboBox(javax.swing.JComboBox<Schedule> box)
Update a JComboBox with the latest schedules.Constructors in jmri.jmrit.operations.locations.schedules with parameters of type Schedule Constructor Description ScheduleEditFrame(Schedule schedule, Track track)
-
Uses of Schedule in jmri.jmrit.operations.locations.schedules.tools
Fields in jmri.jmrit.operations.locations.schedules.tools declared as Schedule Modifier and Type Field Description (package private) Schedule
ScheduleResetHitsAction. _schedule
(package private) Schedule
ScheduleCopyAction. schedule
Fields in jmri.jmrit.operations.locations.schedules.tools with type parameters of type Schedule Modifier and Type Field Description (package private) javax.swing.JComboBox<Schedule>
ScheduleCopyFrame. scheduleBox
Constructors in jmri.jmrit.operations.locations.schedules.tools with parameters of type Schedule Constructor Description ScheduleCopyAction(Schedule schedule)
ScheduleCopyFrame(Schedule schedule)
ScheduleResetHitsAction(Schedule schedule)
-