BooleanControl.Type
, CompoundControl.Type
, EnumControl.Type
, FloatControl.Type
Control
public static class Control.Type extends Object
Type
class represents the type of the control.Modifier | Constructor | Description |
---|---|---|
protected |
Constructs a new control type with the name specified. |
Modifier and Type | Method | Description |
---|---|---|
final boolean |
equals |
Indicates whether the specified object is equal to this control type, returning true if the objects are the same. |
final int |
hashCode() |
Returns a hash code value for this control type. |
final String |
toString() |
Returns type's name as the string representation of the control type. |
protected Type(String name)
name
- the name of the new control typepublic final boolean equals(Object obj)
true
if the objects are the same.public final int hashCode()
public final String toString()
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/javax/sound/sampled/Control.Type.html