Uses of Class
jmri.jmrit.vsdecoder.SoundEvent
-
Packages that use SoundEvent 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 SoundEvent in jmri.jmrit.vsdecoder
Subclasses of SoundEvent in jmri.jmrit.vsdecoder Modifier and Type Class Description class
EngineSoundEvent
Handles sound events for all types.class
MomentarySoundEvent
Momentary Sound Event.class
ToggleSoundEvent
Toggle Sound Event.Fields in jmri.jmrit.vsdecoder with type parameters of type SoundEvent Modifier and Type Field Description (package private) java.util.HashMap<java.lang.String,SoundEvent>
VSDecoder. event_list
Methods in jmri.jmrit.vsdecoder that return types with arguments of type SoundEvent Modifier and Type Method Description java.util.Collection<SoundEvent>
VSDecoder. getEventList()
Get a Collection of SoundEvents associated with this VSDecoder -
Uses of SoundEvent in jmri.jmrit.vsdecoder.swing
Method parameters in jmri.jmrit.vsdecoder.swing with type arguments of type SoundEvent Modifier and Type Method Description void
VSDControl. addSoundButtons(java.util.ArrayList<SoundEvent> elist)
Add buttons for the selected Profile's defined sounds
-