public abstract class CompoundControl extends Control
CompoundControl
は、複数の関連プロパティーを制御し、その各プロパティー自体は Control
として表されます。修飾子と型 | クラスと説明 |
---|---|
static class |
CompoundControl.Type
CompoundControl.Type 内部クラスのインスタンスは複合型のコントロールの種類を識別します。 |
修飾子 | コンストラクタと説明 |
---|---|
protected |
CompoundControl(CompoundControl.Type type, Control[] memberControls)
指定されたパラメータで、複合型のコントロールオブジェクトを新しく構築します。
|
protected CompoundControl(CompoundControl.Type type, Control[] memberControls)
type
- この複合型のコントロールオブジェクトを表すコントロールのタイプmemberControls
- メンバーコントロールのセット バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.