| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.sound.sampled.Control
javax.sound.sampled.CompoundControl
public abstract class CompoundControl
CompoundControl(如图形均衡器)控制两个或多个相关属性,每个属性本身都表示为 Control。
| 嵌套类摘要 | |
|---|---|
| static class | CompoundControl.TypeCompoundControl.Type内部类的实例标识一种组合控件。 | 
| 构造方法摘要 | |
|---|---|
| protected  | CompoundControl(CompoundControl.Type type,
                Control[] memberControls)构造一个具有给定参数的新组合控件对象。 | 
| 方法摘要 | |
|---|---|
|  Control[] | getMemberControls()返回组成组合控件的成员控件集合。 | 
|  String | toString()提供控件的字符串表示形式 | 
| 从类 javax.sound.sampled.Control 继承的方法 | 
|---|
| getType | 
| 从类 java.lang.Object 继承的方法 | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| 构造方法详细信息 | 
|---|
protected CompoundControl(CompoundControl.Type type,
                          Control[] memberControls)
type - 由此组件控件对象表示的控件类型memberControls - 成员控件的集合| 方法详细信息 | 
|---|
public Control[] getMemberControls()
public String toString()
Control 中的 toString| 
 | JavaTM Platform Standard Ed. 6 | |||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。