Uses of Class
jmri.jmrit.vsdecoder.SoundEvent.ButtonType
-
Packages that use SoundEvent.ButtonType Package Description jmri.jmrit.vsdecoder Provides throttle-controlled locomotive sound simulation without the need of an on-board sound decoder. -
-
Uses of SoundEvent.ButtonType in jmri.jmrit.vsdecoder
Fields in jmri.jmrit.vsdecoder declared as SoundEvent.ButtonType Modifier and Type Field Description (package private) SoundEvent.ButtonType
SoundEvent. buttontype
Methods in jmri.jmrit.vsdecoder that return SoundEvent.ButtonType Modifier and Type Method Description SoundEvent.ButtonType
SoundEvent. getButtonType()
static SoundEvent.ButtonType
SoundEvent.ButtonType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoundEvent.ButtonType[]
SoundEvent.ButtonType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-