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) void
TimeTableFrame. duplicateSchedule(int layoutId, int scheduleId, TimeTableFrame.TimeTableTreeNode schedulesNode)
Create a copy of a schedule.(package private) void
TimeTableFrame. duplicateSegment(int layoutId, int segmentId, TimeTableFrame.TimeTableTreeNode segmentsNode)
Create a copy of a segment.(package private) void
TimeTableFrame. duplicateStation(int segmentId, int stationId, TimeTableFrame.TimeTableTreeNode segmentNode)
Create a copy of a station.(package private) void
TimeTableFrame. duplicateStop(int trainId, int stopId, int stationId, int seq, TimeTableFrame.TimeTableTreeNode trainNode)
Create a copy of a stop.(package private) void
TimeTableFrame. duplicateTrain(int schedId, int trainId, int typeId, TimeTableFrame.TimeTableTreeNode schedNode)
Create a copy of a train.(package private) void
TimeTableFrame. duplicateTrainType(int layoutId, int typeId, TimeTableFrame.TimeTableTreeNode typesNode)
Create a copy of a train type.(package private) void
TimeTableFrame. treeRowSelected(TimeTableFrame.TimeTableTreeNode selectedNode)
Change the button row based on the currently selected node type.
-