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 ThrottleWindow
ThrottleWindowActions. tw
Methods in jmri.jmrit.throttle that return ThrottleWindow Modifier and Type Method Description ThrottleWindow
ThrottleFrameManager. createThrottleWindow()
Tell this manager that a new ThrottleWindow was created.ThrottleWindow
ThrottleFrameManager. createThrottleWindow(ConnectionConfig connectionConfig)
Tell this manager that a new ThrottleWindow was created.ThrottleWindow
ThrottleFrameManager. createThrottleWindow(org.jdom2.Element e)
Tell this manager that a new ThrottleWindow was created.static ThrottleWindow
ThrottleWindow. createThrottleWindow(org.jdom2.Element e)
Create a ThrottleWindowThrottleWindow
ThrottleFrameManager. getCurrentThrottleFrame()
ThrottleWindow
ThrottleFrame. 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 void
ThrottlesTableModel. addThrottleFrame(ThrottleWindow tw, ThrottleFrame ntf)
void
ThrottleFrameManager. 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)
-