Uses of Class
jmri.jmrit.operations.locations.schedules.ScheduleItem
Packages that use ScheduleItem
Package
Description
-
Uses of ScheduleItem in jmri.jmrit.operations.locations
Methods in jmri.jmrit.operations.locations that return ScheduleItemModifier and TypeMethodDescriptionTrack.getCurrentScheduleItem()Get's the current schedule item for this track Protects against user deleting an item in a shared schedule.Track.getNextScheduleItem() -
Uses of ScheduleItem in jmri.jmrit.operations.locations.schedules
Fields in jmri.jmrit.operations.locations.schedules declared as ScheduleItemFields in jmri.jmrit.operations.locations.schedules with type parameters of type ScheduleItemModifier and TypeFieldDescription(package private) List<ScheduleItem>ScheduleTableModel._listprotected Hashtable<String,ScheduleItem> Schedule._scheduleHashTableMethods in jmri.jmrit.operations.locations.schedules that return ScheduleItemModifier and TypeMethodDescriptionAdds a car type to the end of this scheduleAdd a schedule item at a specific place (sequence) in the schedule Allowable sequence numbers are 0 to max size of schedule. 0 = start of list.Schedule.getItemById(String id) Get a ScheduleItem by idSchedule.getItemBySequenceId(int sequenceId) Schedule.getItemByType(String carType) Get item by car type (gets last schedule item with this type)Methods in jmri.jmrit.operations.locations.schedules that return types with arguments of type ScheduleItemModifier and TypeMethodDescriptionSchedule.getItemsBySequenceList()Get a list of ScheduleItems sorted by schedule orderMethods in jmri.jmrit.operations.locations.schedules with parameters of type ScheduleItemModifier and TypeMethodDescriptionSchedule.checkScheduleItem(ScheduleItem si, Car car, Track track, boolean isRandomChecked) Schedule.checkScheduleItemValid(ScheduleItem si, Track track) voidScheduleItem.copyScheduleItem(ScheduleItem si) voidSchedule.deleteItem(ScheduleItem si) Delete a ScheduleItemScheduleTableModel.getDestComboBox(ScheduleItem si) ScheduleTableModel.getLoadComboBox(ScheduleItem si) ScheduleTableModel.getRandomComboBox(ScheduleItem si) ScheduleTableModel.getShipComboBox(ScheduleItem si) ScheduleTableModel.getTrackComboBox(ScheduleItem si) voidSchedule.moveItemDown(ScheduleItem si) Places a ScheduleItem later in the schedulevoidSchedule.moveItemUp(ScheduleItem si) Places a ScheduleItem earlier in the schedulevoidSchedule.register(ScheduleItem si) Remember a NamedBean Object created outside the manager. -
Uses of ScheduleItem in jmri.jmrit.operations.rollingstock.cars
Methods in jmri.jmrit.operations.rollingstock.cars that return ScheduleItemMethods in jmri.jmrit.operations.rollingstock.cars with parameters of type ScheduleItemModifier and TypeMethodDescriptionvoidCar.loadCarFinalDestination(ScheduleItem scheduleItem) Called when setting a car's destination to this spur. -
Uses of ScheduleItem in jmri.jmrit.operations.trains.trainbuilder
Methods in jmri.jmrit.operations.trains.trainbuilder that return ScheduleItemModifier and TypeMethodDescriptionprotected ScheduleItemTrainBuilderBase.getScheduleItem(Car car, Track track) Used when generating a car load from staging.