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) ThrottleFrameLocoIcon. 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) ThrottleFrameTrainIcon. _tf -
Uses of ThrottleFrame in jmri.jmrit.throttle
Methods in jmri.jmrit.throttle that return ThrottleFrame Modifier and Type Method Description ThrottleFrameThrottleWindow. addThrottleFrame()ThrottleFrameThrottleFrameManager. createThrottleFrame()Tell this manager that a new ThrottleFrame was created.ThrottleFrameThrottleFrameManager. createThrottleFrame(ConnectionConfig connectionConfig)Tell this manager that a new ThrottleFrame was created.ThrottleFrameThrottleWindow. 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 voidThrottlesTableModel. addThrottleFrame(ThrottleWindow tw, ThrottleFrame ntf)voidThrottleWindow. addThrottleFrame(ThrottleFrame tp)voidThrottlesTableModel. removeThrottleFrame(ThrottleFrame tf, DccLocoAddress la)voidThrottleWindow. removeThrottleFrame(ThrottleFrame tf)voidThrottleWindow. setCurrentThrottleFrame(ThrottleFrame tf)
-