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

Class Control

    • 构造方法详细信息

      • Control

        protected Control​(Control.Type type)
        构造具有指定类型的控件。
        参数
        type - 所需的控制类型
    • 方法详细信息

      • getType

        public Control.Type getType()
        获得控件的类型。
        结果
        控件的类型
      • toString

        public String toString()
        获取描述控件类型及其当前状态的字符串。
        重写:
        toString在类 Object
        结果
        控件的字符串表示形式