Java™ Platform
Standard Ed. 8
javax.sound.sampled

Class Control.Type

    • Constructor Detail

      • Type

        protected Type(String name)
        Constructs a new control type with the name specified. The name should be a descriptive string appropriate for labelling the control in an application, such as "Gain" or "Balance."
        Parameters:
        name - the name of the new control type.
    • Method Detail

      • equals

        public final boolean equals(Object obj)
        Finalizes the equals method
        Overrides:
        equals in class Object
        Parameters:
        obj - the reference object with which to compare.
        Returns:
        true if this object is the same as the obj argument; false otherwise.
        See Also:
        Object.hashCode(), HashMap
      • toString

        public final String toString()
        Provides the String representation of the control type. This String is the same name that was passed to the constructor.
        Overrides:
        toString in class Object
        Returns:
        the control type name
Java™ Platform
Standard Ed. 8

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部