Uses of Class
jmri.jmrit.timetable.TrainType
-
Packages that use TrainType Package Description jmri.jmrit.timetable Define the timetable data records and implement a data manager.jmri.jmrit.timetable.swing Implements Timetable creation, maintenance and displaying a timetable graph. -
-
Uses of TrainType in jmri.jmrit.timetable
Methods in jmri.jmrit.timetable that return TrainType Modifier and Type Method Description TrainType
TrainType. getCopy(int layoutId)
Make a copy of the train type.TrainType
TimeTableDataManager. getTrainType(int id)
Methods in jmri.jmrit.timetable that return types with arguments of type TrainType Modifier and Type Method Description java.util.List<TrainType>
TimeTableDataManager. getTrainTypes(int fKeyLayout, boolean sort)
Create a list of train typesMethods in jmri.jmrit.timetable with parameters of type TrainType Modifier and Type Method Description void
TimeTableDataManager. 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 Modifier and Type Field Description (package private) javax.swing.JComboBox<TrainType>
TimeTableFrame. _editTrainType
-