Uses of Class
jmri.jmrit.operations.locations.schedules.Schedule
-
Packages that use Schedule Package Description jmri.jmrit.operations.locations jmri.jmrit.operations.locations.gui jmri.jmrit.operations.locations.schedules jmri.jmrit.operations.locations.schedules.tools -
-
Uses of Schedule in jmri.jmrit.operations.locations
Methods in jmri.jmrit.operations.locations that return Schedule Modifier and Type Method Description ScheduleTrack. getSchedule()Methods in jmri.jmrit.operations.locations with parameters of type Schedule Modifier and Type Method Description voidTrack. setSchedule(Schedule schedule) -
Uses of Schedule in jmri.jmrit.operations.locations.gui
Fields in jmri.jmrit.operations.locations.gui with type parameters of type Schedule Modifier and Type Field Description (package private) javax.swing.JComboBox<Schedule>SpurEditFrame. comboBoxSchedules -
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) ScheduleScheduleEditFrame. _schedule(package private) ScheduleScheduleTableModel. _scheduleFields 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. _scheduleHashTableprotected java.util.Hashtable<Schedule,java.lang.String>SchedulesTableModel. comboSelect(package private) java.util.List<Schedule>SchedulesTableModel. sysListMethods in jmri.jmrit.operations.locations.schedules that return Schedule Modifier and Type Method Description ScheduleScheduleManager. copySchedule(Schedule schedule, java.lang.String newScheduleName)ScheduleScheduleManager. getScheduleById(java.lang.String id)ScheduleScheduleManager. getScheduleByName(java.lang.String name)ScheduleScheduleManager. 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 ScheduleScheduleManager. copySchedule(Schedule schedule, java.lang.String newScheduleName)voidScheduleManager. deregister(Schedule schedule)Forget a NamedBean Object created outside the manager.java.util.List<Track>ScheduleManager. getListSpurs(Schedule schedule)javax.swing.JComboBox<LocationTrackPair>ScheduleManager. getSpursByScheduleComboBox(Schedule schedule)Gets a JComboBox with a list of spurs that use this schedule.protected voidScheduleTableModel. initTable(ScheduleEditFrame frame, javax.swing.JTable table, Schedule schedule, Location location, Track track)voidScheduleManager. 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 voidScheduleManager. 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) ScheduleScheduleCopyAction. _schedule(package private) ScheduleScheduleResetHitsAction. _scheduleFields 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. scheduleBoxConstructors in jmri.jmrit.operations.locations.schedules.tools with parameters of type Schedule Constructor Description ScheduleCopyAction(Schedule schedule, Track track)ScheduleCopyFrame(Schedule schedule, Track track)ScheduleResetHitsAction(Schedule schedule)
-