public static class BooleanControl.Type extends Control.Type
BooleanControl.Type
类的一个实例识别一种布尔控件。
为常用类型提供静态实例。
Modifier and Type | Field and Description |
---|---|
static BooleanControl.Type |
APPLY_REVERB
表示是否将混响应用于线路的控件。
|
static BooleanControl.Type |
MUTE
表示线路的静音状态的控制。
|
public static final BooleanControl.Type MUTE
public static final BooleanControl.Type APPLY_REVERB
protected Type(String name)
name
- 新的布尔控件类型的名称
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.