Uses of Class
jmri.jmrit.operations.trains.schedules.TrainSchedule
-
Packages that use TrainSchedule Package Description jmri.jmrit.operations.automation jmri.jmrit.operations.automation.actions jmri.jmrit.operations.trains.schedules -
-
Uses of TrainSchedule in jmri.jmrit.operations.automation
Methods in jmri.jmrit.operations.automation that return TrainSchedule Modifier and Type Method Description TrainSchedule
AutomationItem. getTrainSchedule()
Methods in jmri.jmrit.operations.automation with parameters of type TrainSchedule Modifier and Type Method Description void
AutomationItem. setTrainSchedule(TrainSchedule trainSchedule)
-
Uses of TrainSchedule in jmri.jmrit.operations.automation.actions
Methods in jmri.jmrit.operations.automation.actions that return types with arguments of type TrainSchedule Modifier and Type Method Description javax.swing.JComboBox<TrainSchedule>
ActivateTrainScheduleAction. getComboBox()
-
Uses of TrainSchedule in jmri.jmrit.operations.trains.schedules
Fields in jmri.jmrit.operations.trains.schedules with type parameters of type TrainSchedule Modifier and Type Field Description protected java.util.Hashtable<java.lang.String,TrainSchedule>
TrainScheduleManager. _scheduleHashTable
Methods in jmri.jmrit.operations.trains.schedules that return TrainSchedule Modifier and Type Method Description TrainSchedule
TrainScheduleManager. getActiveSchedule()
TrainSchedule
TrainsScheduleTableModel. getSchedule(int col)
TrainSchedule
TrainScheduleManager. getScheduleById(java.lang.String id)
TrainSchedule
TrainScheduleManager. getScheduleByName(java.lang.String name)
TrainSchedule
TrainScheduleManager. 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.trains.schedules that return types with arguments of type TrainSchedule Modifier and Type Method Description javax.swing.JComboBox<TrainSchedule>
TrainScheduleManager. getComboBox()
Gets a JComboBox loaded with schedules starting with null.java.util.List<TrainSchedule>
TrainScheduleManager. getSchedulesByIdList()
Sort by train schedule id numbersjava.util.List<TrainSchedule>
TrainScheduleManager. getSchedulesByNameList()
Sort by train schedule namejavax.swing.JComboBox<TrainSchedule>
TrainScheduleManager. getSelectComboBox()
Gets a JComboBox loaded with schedules starting with null.Methods in jmri.jmrit.operations.trains.schedules with parameters of type TrainSchedule Modifier and Type Method Description void
TrainScheduleManager. deregister(TrainSchedule schedule)
Forget a NamedBean Object created outside the manager.void
TrainScheduleManager. register(TrainSchedule schedule)
Remember a NamedBean Object created outside the manager.Method parameters in jmri.jmrit.operations.trains.schedules with type arguments of type TrainSchedule Modifier and Type Method Description void
TrainScheduleManager. updateComboBox(javax.swing.JComboBox<TrainSchedule> box)
Update a JComboBox with the latest schedules.
-