Modifier and Type | Class and Description |
---|---|
class |
CombinedGroupModel |
class |
ParamModel
An implementation of IParamModel for Patch class.
|
Modifier and Type | Method and Description |
---|---|
protected IParamModel |
AbstractDriverEditor.newParamModel(ParamModel paramModel) |
Constructor and Description |
---|
CheckBoxWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender)
Creates a new
CheckBoxWidget instance. |
ComboBoxWidget(String label,
Patch patch,
int min,
IParamModel pmodel,
ISender sender,
Object[] options)
Constructor for setting up the ComboBoxWidget.
|
ComboBoxWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender,
Object[] options)
min is set to 0. |
KnobLookupWidget(String label,
Patch patch,
int min,
int max,
IParamModel pmodel,
ISender sender,
String[] valueLabels)
Creates a new
KnobLookupWidget instance. |
KnobLookupWidget(String label,
Patch patch,
int min,
int max,
IParamModel pmodel,
ISender sender,
String[] valueLabels,
int width,
int height)
Creates a new
KnobLookupWidget instance. |
KnobLookupWidget(String label,
Patch patch,
int min,
IParamModel pmodel,
ISender sender,
String[] valueLabels)
Creates a new
KnobLookupWidget instance. |
KnobLookupWidget(String label,
Patch patch,
int min,
IParamModel pmodel,
ISender sender,
String[] valueLabels,
int width,
int height)
Creates a new
KnobLookupWidget instance. |
KnobLookupWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender,
String[] valueLabels)
Creates a new
KnobLookupWidget instance. |
KnobLookupWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender,
String[] valueLabels,
int width,
int height)
Creates a new
KnobLookupWidget instance. |
KnobWidget(String label,
Patch patch,
int min,
int max,
int base,
IParamModel pmodel,
ISender sender)
Creates a new
KnobWidget instance. |
KnobWidget(String label,
Patch patch,
int min,
int max,
int base,
IParamModel pmodel,
ISender sender,
ImageIcon[] aImages)
Display an image to the right of the value.
|
KnobWidget(String label,
Patch patch,
int min,
int max,
int base,
IParamModel pmodel,
ISender sender,
ImageIcon[] aImages,
int width,
int height)
Display an image to the right of the value.
|
KnobWidget(String label,
Patch patch,
int min,
int max,
int base,
IParamModel pmodel,
ISender sender,
int width,
int height)
Creates a new
KnobWidget instance. |
Node(int minx,
int maxx,
IParamModel pmodelx,
int miny,
int maxy,
IParamModel pmodely,
int basey,
boolean invertx,
ISender senderx,
ISender sendery,
String namex,
String namey)
Construcutor for a
Node . |
ScrollBarLookupWidget(String label,
Patch patch,
int min,
int max,
int labelWidth,
IParamModel pmodel,
ISender sender,
String[] options)
Constructor for setting up the ScrollBarLookupWidget.
|
ScrollBarLookupWidget(String label,
Patch patch,
int min,
int max,
IParamModel pmodel,
ISender sender,
String[] options)
Constructor for setting up the VertScrollBarLookupWidget.
The width of the label will be determined by the label strings. |
ScrollBarLookupWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender,
String[] options)
Constructor for setting up the ScrollBarLookupWidget.
The width of the label will be determined by the label strings. The minimum value is set to 0 and the maximum value to the length of the options array. |
ScrollBarWidget(String label,
Patch patch,
int min,
int max,
int base,
int labelWidth,
IParamModel pmodel,
ISender sender)
Constructor for setting up the ScrollBarWidget.
|
ScrollBarWidget(String label,
Patch patch,
int min,
int max,
int base,
IParamModel pmodel,
ISender sender) |
SpinnerWidget(String label,
Patch patch,
int min,
int max,
int base,
IParamModel pmodel,
ISender sender)
Constructor for setting up the SpinnerWidget.
|
SysexWidget(String label,
Patch patch,
int min,
int max,
IParamModel pmodel,
ISender sender)
Creates a new
SysexWidget instance. |
SysexWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender)
min is set to Integer.MIN_VALUE and
max is set to Integer.MAX_VALUE . |
TreeWidget(String label,
Patch patch,
TreeWidget.Nodes treeNodes,
IParamModel paramModel,
ISender sysexString)
Creates a new
TreeWidget instance. |
VertScrollBarLookupWidget(String label,
Patch patch,
int min,
int max,
int labelWidth,
IParamModel pmodel,
ISender sender,
String[] options)
Constructor for setting up the VertScrollBarLookupWidget.
|
VertScrollBarLookupWidget(String label,
Patch patch,
int min,
int max,
IParamModel pmodel,
ISender sender,
String[] options)
Constructor for setting up the VertScrollBarLookupWidget.
The width of the label will be determined by the label strings. |
VertScrollBarLookupWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender,
String[] options)
Constructor for setting up the VertScrollBarLookupWidget.
The width of the label will be determined by the label strings. The minimum value is set to 0 and the maximum value to the length of the options array. |
VertScrollBarWidget(String label,
Patch patch,
int min,
int max,
int base,
IParamModel pmodel,
ISender sender)
Constructor for setting up the VertScrollBarWidget.
|
Modifier and Type | Class and Description |
---|---|
class |
QSParamModel
Param model AlesisQS keyboards.
|
Modifier and Type | Class and Description |
---|---|
class |
EmuInstrumentParamModel |
class |
EmuParamModel |
Constructor and Description |
---|
MultiWidget(MultiWidgetParams[] params,
Patch patch,
IParamModel pmodel,
ISender sender) |
Modifier and Type | Class and Description |
---|---|
class |
IntellifexModel
ParamModel class for Rocktron Intellifex effect parameters.
|
Constructor and Description |
---|
LongtextScrollBarLookupWidget(String label,
Patch patch,
int min,
int max,
int labelWidth,
int textWidth,
IParamModel pmodel,
ISender sender,
String[] options) |
LongtextScrollBarWidget(String label,
Patch patch,
int min,
int max,
int base,
int labelWidth,
int textWidth,
IParamModel pmodel,
ISender sender) |
Modifier and Type | Class and Description |
---|---|
class |
D10ParamModel
This class extends the ParamModel to relocate the offset specified into a the
sysex message offset.
|
Modifier and Type | Class and Description |
---|---|
class |
D50PartialMuteDataModel |
class |
D50PartialMuteParamModel |
Constructor and Description |
---|
TCCheckBoxWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender) |
Modifier and Type | Class and Description |
---|---|
class |
TG100Model |
Constructor and Description |
---|
IdComboWidget(String label,
Patch patch,
IParamModel pmodel,
ISender sender,
Vector options) |
Knob(String label,
Patch patch,
int min,
int max,
IFormat format,
IParamModel pmodel,
ISender sender) |
Knob(String label,
Patch patch,
int min,
int max,
int base,
IParamModel pmodel,
ISender sender)
Creates a new
Knob instance. |
Copyright © 2014. All Rights Reserved.