Uses of Class
jmri.jmrit.vsdecoder.VSDecoderPreferences
-
Packages that use VSDecoderPreferences Package Description jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder.jmri.jmrit.vsdecoder.swing Sub-package for jmri.jmrit.vsdecoder. -
-
Uses of VSDecoderPreferences in jmri.jmrit.vsdecoder
Methods in jmri.jmrit.vsdecoder that return VSDecoderPreferences Modifier and Type Method Description VSDecoderPreferences
VSDecoderManager. getVSDecoderPreferences()
Get a reference to the VSD Preferences.Methods in jmri.jmrit.vsdecoder with parameters of type VSDecoderPreferences Modifier and Type Method Description boolean
VSDecoderPreferences. compareTo(VSDecoderPreferences tp)
void
VSDecoderPreferences. set(VSDecoderPreferences tp)
-
Uses of VSDecoderPreferences in jmri.jmrit.vsdecoder.swing
Constructors in jmri.jmrit.vsdecoder.swing with parameters of type VSDecoderPreferences Constructor Description VSDecoderPreferencesPane(VSDecoderPreferences tp)
Creates new form VSDecoderPreferencesPane
-