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