Uses of Interface
jmri.jmrit.throttle.AddressListener
-
Packages that use AddressListener Package Description jmri.jmrit.logix Support for implementing Warrants in JMRI.jmri.jmrit.throttle -
-
Uses of AddressListener in jmri.jmrit.logix
Classes in jmri.jmrit.logix that implement AddressListener Modifier and Type Class Description classLearnControlPanelA JInternalFrame that contains a JSlider to control loco speed, and buttons for forward, reverse and STOP.classLearnFunctionPanelA JInternalFrame that contains buttons for each decoder function. -
Uses of AddressListener in jmri.jmrit.throttle
Classes in jmri.jmrit.throttle that implement AddressListener Modifier and Type Class Description classBackgroundPanelA panel to be used as background for JMRI throttle framesclassControlPanelA JInternalFrame that contains a JSlider to control loco speed, and buttons for forward, reverse and STOP.classFunctionPanelA JInternalFrame that contains buttons for each decoder function.classSpeedPanelA JInternalFrame that contains a label to display scale speed if available for forward, reverse and STOP.classThrottleFrameShould 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 with parameters of type AddressListener Modifier and Type Method Description voidAddressPanel. addAddressListener(AddressListener l)Add an AddressListener.voidAddressPanel. removeAddressListener(AddressListener l)Remove an AddressListener.
-