Uses of Class
jmri.jmrit.timetable.Train
Packages that use Train
Package
Description
Define the timetable data records and implement a data manager.
Implements Timetable creation, maintenance and displaying a timetable graph.
-
Uses of Train in jmri.jmrit.timetable
Methods in jmri.jmrit.timetable that return TrainModifier and TypeMethodDescriptionTrain.getCopy(int schedId, int typeId) Make a copy of the train.TimeTableCsvExport.TrainEntry.getTrain()TimeTableDataManager.getTrain(int id) Methods in jmri.jmrit.timetable that return types with arguments of type TrainModifier and TypeMethodDescriptionTimeTableDataManager.getTrains(int fKeySchedule, int fKeyType, boolean sort) Create a list of trainsMethods in jmri.jmrit.timetable with parameters of type TrainConstructors in jmri.jmrit.timetable with parameters of type Train -
Uses of Train in jmri.jmrit.timetable.swing
Fields in jmri.jmrit.timetable.swing with type parameters of type TrainMethods in jmri.jmrit.timetable.swing that return TrainModifier and TypeMethodDescription(package private) TrainTimeTableFrame.copyTrainSelection()Select the train whose stops will be added to the new train.