Uses of Class
org.jjazz.spteditor.spi.RpEditorComponent
Packages that use 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
Constructors in org.jjazz.spteditor.api with parameters of type RpEditorComponentModifierConstructorDescriptionRpEditor(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
Methods in org.jjazz.spteditor.spi that return RpEditorComponentModifier 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).