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 class
LearnControlPanel
A JInternalFrame that contains a JSlider to control loco speed, and buttons for forward, reverse and STOP.class
LearnFunctionPanel
A 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 class
BackgroundPanel
A panel to be used as background for JMRI throttle framesclass
ControlPanel
A JInternalFrame that contains a JSlider to control loco speed, and buttons for forward, reverse and STOP.class
FunctionPanel
A JInternalFrame that contains buttons for each decoder function.class
SpeedPanel
A JInternalFrame that contains a label to display scale speed if available for forward, reverse and STOP.class
ThrottleFrame
Should 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 void
AddressPanel. addAddressListener(AddressListener l)
Add an AddressListener.void
AddressPanel. removeAddressListener(AddressListener l)
Remove an AddressListener.
-