Uses of Interface
jmri.jmrit.throttle.ThrottleControllerUI
Packages that use ThrottleControllerUI
Package
Description
Provides control panel and associated visible icon classes.
-
Uses of ThrottleControllerUI in jmri.jmrit.display
Fields in jmri.jmrit.display declared as ThrottleControllerUI -
Uses of ThrottleControllerUI in jmri.jmrit.operations.trains
Fields in jmri.jmrit.operations.trains declared as ThrottleControllerUI -
Uses of ThrottleControllerUI in jmri.jmrit.throttle
Classes in jmri.jmrit.throttle that implement ThrottleControllerUIModifier and TypeClassDescriptionclassShould be named ThrottlePanel but was already existing with that name and don't want to break dependencies (particularly in Jython code)Methods in jmri.jmrit.throttle that return ThrottleControllerUIModifier and TypeMethodDescriptionThrottleControllersUIContainersManager.createThrottleController()Create a new throttle controllerThrottleFrameManager.createThrottleController()ThrottleControllersUIContainer.getThrottleControllerAt(int n) Get the throttle controller at position nThrottleWindow.getThrottleControllerAt(int n) Return the nth thottle frame of that throttle windowThrottlesTableModel.getValueAt(int row_tf, int col_tw) ThrottleControllersUIContainer.newThrottleController()Created a new throttle controllerThrottleWindow.newThrottleController()Methods in jmri.jmrit.throttle with parameters of type ThrottleControllerUIModifier and TypeMethodDescriptionvoidThrottleControllersUIContainer.addThrottleControllerAt(ThrottleControllerUI tf, int n) Adds an existing throttle controller to that container list at position nvoidThrottleWindow.addThrottleControllerAt(ThrottleControllerUI tp, int idx) voidThrottlesTableModel.moveThrottleController(ThrottleControllerUI tf, int row_tf, int col_tw) voidThrottleControllersUIContainer.removeThrottleController(ThrottleControllerUI tf) Remove a throttle controller from that containervoidThrottleWindow.removeThrottleController(ThrottleControllerUI tf)