Uses of Enum Class
org.jjazz.cl_editor.spi.Preset.Type
Packages that use Preset.Type
-
Uses of Preset.Type in org.jjazz.cl_editor.spi
Methods in org.jjazz.cl_editor.spi that return Preset.TypeModifier and TypeMethodDescriptionPreset.getPresetType()static Preset.TypeReturns the enum constant of this class with the specified name.static Preset.Type[]Preset.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jjazz.cl_editor.spi with parameters of type Preset.TypeModifierConstructorDescriptionPreset(Preset.Type pt, ChordLeadSheetItem<?> item, char key) Create the preset.