Uses of Class
jmri.jmrit.logix.Tracker
-
Packages that use Tracker Package Description jmri.jmrit.logix Support for implementing Warrants in JMRI. -
-
Uses of Tracker in jmri.jmrit.logix
Fields in jmri.jmrit.logix with type parameters of type Tracker Modifier and Type Field Description (package private) javax.swing.JList<Tracker>
TrackerTableAction.ChooseTracker. _jList
(package private) java.util.List<Tracker>
TrackerTableAction.ChooseTracker. trackers
Methods in jmri.jmrit.logix that return Tracker Modifier and Type Method Description Tracker
TrackerTableAction. findTrackerIn(OBlock b)
See if any Trackers are occupying a given block.Tracker
TrackerTableAction.ChooseTracker.TrackerListModel. getElementAt(int index)
Methods in jmri.jmrit.logix with parameters of type Tracker Modifier and Type Method Description protected void
TrackerTableAction. addBlockListeners(Tracker tracker)
Adds listeners to all blocks in the range of a Tracker.protected void
TrackerTableAction. addTracker(Tracker t)
protected void
TrackerTableAction. removeBlockListeners(Tracker tracker)
void
TrackerTableAction. stopTracker(Tracker t, OBlock b)
Stop a Tracker from tracking and remove from listConstructors in jmri.jmrit.logix with parameters of type Tracker Constructor Description ChooseStartBlock(OBlock b, java.util.List<OBlock> l, Tracker t, TrackerTableAction tta)
Constructor parameters in jmri.jmrit.logix with type arguments of type Tracker Constructor Description ChooseTracker(OBlock b, java.util.List<Tracker> ts, int s)
-