Uses of Class
org.jjazz.spteditor.spi.RpEditorComponent
Package
Description
The graphical editor window of a song part.
Service provider for indvidual RhythmParameter editor components.
-
Uses of RpEditorComponent in org.jjazz.spteditor.api
ModifierConstructorDescriptionRpEditor
(SongPart spt, RhythmParameter<?> rp, RpEditorComponent editor) Initialize the RpEditor for the specified RhythmParameter with the specified editor. -
Uses of RpEditorComponent in org.jjazz.spteditor.spi
Modifier and TypeMethodDescriptionDefaultRpEditorComponentFactory.createComponent
(Song song, DefaultRpEditorComponentFactory.Type type, SongPart spt, RhythmParameter<?> rp) Create a RpEditorComponent of the specified type.RpEditorComponentFactory.createComponent
(Song song, SongPart spt, RhythmParameter<?> rp) Create a RpEditorComponent adapted to rp class (whatever the containing rhythm).