Uses of Enum Class
org.jjazz.spteditor.spi.DefaultRpEditorComponentFactory.Type
Packages that use DefaultRpEditorComponentFactory.Type
Package
Description
Service provider for indvidual RhythmParameter editor components.
-
Uses of DefaultRpEditorComponentFactory.Type in org.jjazz.spteditor.spi
Methods in org.jjazz.spteditor.spi that return DefaultRpEditorComponentFactory.TypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DefaultRpEditorComponentFactory.Type[]DefaultRpEditorComponentFactory.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jjazz.spteditor.spi with parameters of type DefaultRpEditorComponentFactory.TypeModifier and TypeMethodDescriptionDefaultRpEditorComponentFactory.createComponent(Song song, DefaultRpEditorComponentFactory.Type type, SongPart spt, RhythmParameter<?> rp) Create a RpEditorComponent of the specified type.