Module  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​()
        提供控件的字符串表示形式。
        重写:
        toStringControl
        结果
        一个字符串描述