Uses of Interface
org.jjazz.rhythmselectiondialog.spi.RhythmPreviewer
Packages that use RhythmPreviewer
Package
Description
The dialog to select a rhythm.
-
Uses of RhythmPreviewer in org.jjazz.rhythmselectiondialog.api
Methods in org.jjazz.rhythmselectiondialog.api with parameters of type RhythmPreviewerModifier and TypeMethodDescriptionabstract voidRhythmSelectionDialog.preset(RhythmInfo ri, RhythmPreviewer rpp, BooleanSupplier useRhythmTempoSettingSupplier) Initialize the dialog for the specified song rhythm. -
Uses of RhythmPreviewer in org.jjazz.rhythmselectiondialog.spi
Methods in org.jjazz.rhythmselectiondialog.spi that return RhythmPreviewerModifier and TypeMethodDescriptionstatic RhythmPreviewerRhythmPreviewer.getDefault()Get the first implementation available in the global lookup.