Uses of Class
jmri.jmrit.timetable.swing.TimeTableFrame.TimeTableTreeNode
-
Packages that use TimeTableFrame.TimeTableTreeNode Package Description jmri.jmrit.timetable.swing Implements Timetable creation, maintenance and displaying a timetable graph. -
-
Uses of TimeTableFrame.TimeTableTreeNode in jmri.jmrit.timetable.swing
Methods in jmri.jmrit.timetable.swing with parameters of type TimeTableFrame.TimeTableTreeNode Modifier and Type Method Description (package private) voidTimeTableFrame. duplicateSchedule(int layoutId, int scheduleId, TimeTableFrame.TimeTableTreeNode schedulesNode)Create a copy of a schedule.(package private) voidTimeTableFrame. duplicateSegment(int layoutId, int segmentId, TimeTableFrame.TimeTableTreeNode segmentsNode)Create a copy of a segment.(package private) voidTimeTableFrame. duplicateStation(int segmentId, int stationId, TimeTableFrame.TimeTableTreeNode segmentNode)Create a copy of a station.(package private) voidTimeTableFrame. duplicateStop(int trainId, int stopId, int stationId, int seq, TimeTableFrame.TimeTableTreeNode trainNode)Create a copy of a stop.(package private) voidTimeTableFrame. duplicateTrain(int schedId, int trainId, int typeId, TimeTableFrame.TimeTableTreeNode schedNode)Create a copy of a train.(package private) voidTimeTableFrame. duplicateTrainType(int layoutId, int typeId, TimeTableFrame.TimeTableTreeNode typesNode)Create a copy of a train type.(package private) voidTimeTableFrame. treeRowSelected(TimeTableFrame.TimeTableTreeNode selectedNode)Change the button row based on the currently selected node type.
-