模块  java.desktop
软件包  javax.sound.sampled

Class CompoundControl


  • public abstract class CompoundControl
    extends Control
    诸如图形均衡器之类的 CompoundControl提供对两个或更多相关属性的控制,每个属性本身表示为 Control
    从以下版本开始:
    1.3
    • 构造方法详细信息

      • CompoundControl

        protected CompoundControl​(CompoundControl.Type type,
                                  Control[] memberControls)
        使用给定参数构造一个新的复合控件对象。
        参数
        type - 表示此复合控制对象的控件类型
        memberControls - 成员控件集
    • 方法详细信息

      • getMemberControls

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

        public String toString()
        提供控件的字符串表示形式。
        重写:
        toString在类 Control
        结果
        字符串描述