Uses of Class
jmri.jmrit.throttle.ThrottleWindow
-
Packages that use ThrottleWindow Package Description jmri.jmrit.throttle -
-
Uses of ThrottleWindow in jmri.jmrit.throttle
Fields in jmri.jmrit.throttle declared as ThrottleWindow Modifier and Type Field Description protected ThrottleWindowThrottleWindowActions. twMethods in jmri.jmrit.throttle that return ThrottleWindow Modifier and Type Method Description ThrottleWindowThrottleFrameManager. createThrottleWindow()Tell this manager that a new ThrottleWindow was created.ThrottleWindowThrottleFrameManager. createThrottleWindow(ConnectionConfig connectionConfig)Tell this manager that a new ThrottleWindow was created.ThrottleWindowThrottleFrameManager. createThrottleWindow(org.jdom2.Element e)Tell this manager that a new ThrottleWindow was created.static ThrottleWindowThrottleWindow. createThrottleWindow(org.jdom2.Element e)Create a ThrottleWindowThrottleWindowThrottleFrameManager. getCurrentThrottleFrame()ThrottleWindowThrottleFrame. getThrottleWindow()Methods in jmri.jmrit.throttle that return types with arguments of type ThrottleWindow Modifier and Type Method Description java.util.Iterator<ThrottleWindow>ThrottleFrameManager. getThrottleWindows()Retrieve an Iterator over all the ThrottleFrames in existence.Methods in jmri.jmrit.throttle with parameters of type ThrottleWindow Modifier and Type Method Description voidThrottlesTableModel. addThrottleFrame(ThrottleWindow tw, ThrottleFrame ntf)voidThrottleFrameManager. requestThrottleWindowDestruction(ThrottleWindow frame)Request that this manager destroy a throttle frame.Constructors in jmri.jmrit.throttle with parameters of type ThrottleWindow Constructor Description ThrottleFrame(ThrottleWindow tw)ThrottleFrame(ThrottleWindow tw, ThrottleManager tm)ThrottleFramePropertyEditor(ThrottleWindow w)ThrottleWindowActions(ThrottleWindow tw)ThrottleWindowActionsFactory(ThrottleWindow tw)ThrottleWindowInputsListener(ThrottleWindow tw)
-