public static class BooleanControl.Type extends Control.Type
BooleanControl.Type class identifies one kind of
boolean control. Static instances are provided for the
common types.| Modifier and Type | Field and Description |
|---|---|
static BooleanControl.Type |
APPLY_REVERB
Represents a control for whether reverberation is applied
to a line.
|
static BooleanControl.Type |
MUTE
Represents a control for the mute status of a line.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BooleanControl.Type(String name)
Constructs a new boolean control type.
|
public static final BooleanControl.Type MUTE
public static final BooleanControl.Type APPLY_REVERB
protected BooleanControl.Type(String name)
name - the name of the new boolean control type