Uses of Class
jmri.jmrit.timetable.Station
- 
Packages that use Station 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 Station in jmri.jmrit.timetableMethods in jmri.jmrit.timetable that return Station Modifier and Type Method Description StationStation. getCopy(int segmentId)Make a copy of the station.StationTimeTableDataManager. getStation(int id)Methods in jmri.jmrit.timetable that return types with arguments of type Station Modifier and Type Method Description java.util.List<Station>TimeTableDataManager. getStations(int fKeySegment, boolean sort)Create a list of stationsMethods in jmri.jmrit.timetable with parameters of type Station Modifier and Type Method Description voidTimeTableDataManager. addStation(int id, Station newStation)Add a new station.
- 
Uses of Station in jmri.jmrit.timetable.swingFields in jmri.jmrit.timetable.swing with type parameters of type Station Modifier and Type Field Description (package private) java.util.List<Station>TimeTableGraphCommon. _stations
 
-