Module java.desktop

Class CompoundControl

java.lang.Object
javax.sound.sampled.Control
javax.sound.sampled.CompoundControl

public abstract class CompoundControl extends Control
一个CompoundControl,比如一个图形均衡器,提供对两个或更多相关属性的控制,每个属性本身都表示为一个Control
自从:
1.3
  • Constructor Details

    • CompoundControl

      protected CompoundControl(CompoundControl.Type type, Control[] memberControls)
      使用给定的参数构造一个新的复合控件对象。
      参数:
      type - 表示此复合控件对象的控件类型
      memberControls - 成员控件集合
  • Method Details

    • getMemberControls

      public Control[] getMemberControls()
      返回组成复合控件的成员控件集合。
      返回:
      成员控件集合
    • toString

      public String toString()
      返回复合控件的字符串表示形式。
      覆盖:
      toString 在类 Control
      返回:
      复合控件的字符串表示形式