モジュール java.desktop
パッケージ javax.sound.sampled

クラスCompoundControl


  • public abstract class CompoundControl
    extends Control
    グラフィック・イコライザなどのCompoundControlは、複数の関連プロパティを制御し、その各プロパティ自体はControlとして表されます。
    導入されたバージョン:
    1.3
    • ネストされたクラスのサマリー

      ネストされたクラス 
      修飾子と型 クラス 説明
      static class  CompoundControl.Type
      CompoundControl.Type内部クラスのインスタンスは複合型のコントロールの種類を識別します。
    • コンストラクタのサマリー

      コンストラクタ 
      修飾子 コンストラクタ 説明
      protected CompoundControl​(CompoundControl.Type type, Control[] memberControls)
      指定されたパラメータで、複合型のコントロール・オブジェクトを新しく構築します。
    • コンストラクタの詳細

      • CompoundControl

        protected CompoundControl​(CompoundControl.Type type,
                                  Control[] memberControls)
        指定されたパラメータで、複合型のコントロール・オブジェクトを新しく構築します。
        パラメータ:
        type - この複合型のコントロール・オブジェクトを表すコントロールのタイプ
        memberControls - メンバー・コントロールのセット
    • メソッドの詳細

      • getMemberControls

        public Control[] getMemberControls()
        複合型のコントロールを構成するメンバー・コントロールのセットを戻します。
        戻り値:
        メンバー・コントロールのセット
      • toString

        public String toString()
        コントロールの文字列表現を提供します。
        オーバーライド:
        toString、クラス: Control
        戻り値:
        文字列説明