Uses of Class
jmri.jmrit.timetable.TrainType
Packages that use TrainType
Package
Description
Define the timetable data records and implement a data manager.
Implements Timetable creation, maintenance and displaying a timetable graph.
-
Uses of TrainType in jmri.jmrit.timetable
Methods in jmri.jmrit.timetable that return TrainTypeModifier and TypeMethodDescriptionTrainType.getCopy(int layoutId) Make a copy of the train type.TimeTableDataManager.getTrainType(int id) Methods in jmri.jmrit.timetable that return types with arguments of type TrainTypeModifier and TypeMethodDescriptionTimeTableDataManager.getTrainTypes(int fKeyLayout, boolean sort) Create a list of train typesMethods in jmri.jmrit.timetable with parameters of type TrainTypeModifier and TypeMethodDescriptionvoidTimeTableDataManager.addTrainType(int id, TrainType newTrainType) -
Uses of TrainType in jmri.jmrit.timetable.swing
Fields in jmri.jmrit.timetable.swing with type parameters of type TrainType