Module  java.desktop
软件包  javax.sound.sampled

Class Control

    • 构造方法详细信息

      • Control

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

      • getType

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

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