Uses of Class
jmri.jmrit.operations.trains.schedules.TrainSchedule
Packages that use TrainSchedule
Package
Description
-
Uses of TrainSchedule in jmri.jmrit.operations.automation
Methods in jmri.jmrit.operations.automation that return TrainScheduleMethods in jmri.jmrit.operations.automation with parameters of type TrainScheduleModifier and TypeMethodDescriptionvoidAutomationItem.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 -
Uses of TrainSchedule in jmri.jmrit.operations.trains.schedules
Fields in jmri.jmrit.operations.trains.schedules with type parameters of type TrainScheduleModifier and TypeFieldDescriptionprotected Hashtable<String,TrainSchedule> TrainScheduleManager._scheduleHashTableMethods in jmri.jmrit.operations.trains.schedules that return TrainScheduleModifier and TypeMethodDescriptionTrainScheduleManager.getActiveSchedule()TrainsScheduleTableModel.getSchedule(int col) TrainScheduleManager.getScheduleById(String id) TrainScheduleManager.getScheduleByName(String name) TrainScheduleManager.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.trains.schedules that return types with arguments of type TrainScheduleModifier and TypeMethodDescriptionTrainScheduleManager.getComboBox()Gets a JComboBox loaded with schedules starting with null.TrainScheduleManager.getSchedulesByIdList()Sort by train schedule id numbersTrainScheduleManager.getSchedulesByNameList()Sort by train schedule nameTrainScheduleManager.getSelectComboBox()Gets a JComboBox loaded with schedules starting with null.Methods in jmri.jmrit.operations.trains.schedules with parameters of type TrainScheduleModifier and TypeMethodDescriptionvoidTrainScheduleManager.deregister(TrainSchedule schedule) Forget a NamedBean Object created outside the manager.voidTrainScheduleManager.register(TrainSchedule schedule) Remember a NamedBean Object created outside the manager.Method parameters in jmri.jmrit.operations.trains.schedules with type arguments of type TrainScheduleModifier and TypeMethodDescriptionvoidTrainScheduleManager.updateComboBox(JComboBox<TrainSchedule> box) Update a JComboBox with the latest schedules.