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 classEngineSoundEventHandles sound events for all types.classMomentarySoundEventMomentary Sound Event.classToggleSoundEventToggle Sound Event.Fields in jmri.jmrit.vsdecoder with type parameters of type SoundEvent Modifier and Type Field Description (package private) java.util.LinkedHashMap<java.lang.String,SoundEvent>VSDecoder. event_listMethods 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 (package private) voidVSDControl. addSoundButtons(java.util.ArrayList<SoundEvent> elist)Add buttons for the selected Profile's defined sounds
-