Uses of Class
jmri.jmrit.timetable.Layout
-
Packages that use Layout 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 Layout in jmri.jmrit.timetable
Methods in jmri.jmrit.timetable that return Layout Modifier and Type Method Description LayoutLayout. getCopy()Make a copy of the layout.LayoutTimeTableDataManager. getLayout(int id)LayoutTimeTableDataManager. getLayoutForStop(int stopId)Methods in jmri.jmrit.timetable that return types with arguments of type Layout Modifier and Type Method Description java.util.List<Layout>TimeTableDataManager. getLayouts(boolean sort)Create a list of layoutsMethods in jmri.jmrit.timetable with parameters of type Layout Modifier and Type Method Description voidTimeTableDataManager. addLayout(int id, Layout newLayout) -
Uses of Layout in jmri.jmrit.timetable.swing
Fields in jmri.jmrit.timetable.swing declared as Layout Modifier and Type Field Description (package private) LayoutTimeTableGraphCommon. _layout
-