Uses of Class
jmri.jmrit.throttle.ThrottleFrame
-
Packages that use ThrottleFrame Package Description jmri.jmrit.display Provides control panel and associated visible icon classes.jmri.jmrit.operations.trains jmri.jmrit.throttle -
-
Uses of ThrottleFrame in jmri.jmrit.display
Fields in jmri.jmrit.display declared as ThrottleFrame Modifier and Type Field Description (package private) ThrottleFrame
LocoIcon. tf
-
Uses of ThrottleFrame in jmri.jmrit.operations.trains
Fields in jmri.jmrit.operations.trains declared as ThrottleFrame Modifier and Type Field Description (package private) ThrottleFrame
TrainIcon. _tf
-
Uses of ThrottleFrame in jmri.jmrit.throttle
Methods in jmri.jmrit.throttle that return ThrottleFrame Modifier and Type Method Description ThrottleFrame
ThrottleWindow. addThrottleFrame()
ThrottleFrame
ThrottleFrameManager. createThrottleFrame()
Tell this manager that a new ThrottleFrame was created.ThrottleFrame
ThrottleFrameManager. createThrottleFrame(ConnectionConfig connectionConfig)
Tell this manager that a new ThrottleFrame was created.ThrottleFrame
ThrottleWindow. getCurrentThrottleFrame()
Methods in jmri.jmrit.throttle that return types with arguments of type ThrottleFrame Modifier and Type Method Description java.util.Iterator<ThrottleFrame>
ThrottlesTableModel. iterator()
Methods in jmri.jmrit.throttle with parameters of type ThrottleFrame Modifier and Type Method Description void
ThrottlesTableModel. addThrottleFrame(ThrottleWindow tw, ThrottleFrame ntf)
void
ThrottleWindow. addThrottleFrame(ThrottleFrame tp)
void
ThrottlesTableModel. removeThrottleFrame(ThrottleFrame tf, DccLocoAddress la)
void
ThrottleWindow. removeThrottleFrame(ThrottleFrame tf)
void
ThrottleWindow. setCurrentThrottleFrame(ThrottleFrame tf)
-