public abstract class CompoundControl extends Control
CompoundControl
,如图形均衡器,提供了两个或两个以上的相关性能的控制,每一个代表一
Control
本身。
Modifier and Type | Class and Description |
---|---|
static class |
CompoundControl.Type
该
CompoundControl.Type 内部类的一个实例标识一种复合控制。
|
Modifier | Constructor and Description |
---|---|
protected |
CompoundControl(CompoundControl.Type type, Control[] memberControls)
用给定的参数构造一个新的复合控制对象。
|
protected CompoundControl(CompoundControl.Type type, Control[] memberControls)
type
-控制类型表示该控制对象
memberControls
-控制组成员
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.