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.