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.