Uses of Class
jmri.jmrit.timetable.Station
Packages that use Station
Package
Description
Define the timetable data records and implement a data manager.
Implements Timetable creation, maintenance and displaying a timetable graph.
-
Uses of Station in jmri.jmrit.timetable
Methods in jmri.jmrit.timetable that return StationModifier and TypeMethodDescriptionStation.getCopy(int segmentId) Make a copy of the station.TimeTableDataManager.getStation(int id) Methods in jmri.jmrit.timetable that return types with arguments of type StationModifier and TypeMethodDescriptionTimeTableDataManager.getStations(int fKeySegment, boolean sort) Create a list of stationsMethods in jmri.jmrit.timetable with parameters of type StationModifier and TypeMethodDescriptionvoidTimeTableDataManager.addStation(int id, Station newStation) Add a new station. -
Uses of Station in jmri.jmrit.timetable.swing
Fields in jmri.jmrit.timetable.swing with type parameters of type Station