public static class javax.sound.sampled
Control.Type


Show All Login
Java SE 6
  
Contained within: Control
Extended by: BooleanControl.Type, CompoundControl.Type, EnumControl.Type, FloatControl.Type

An instance of the Type class represents the type of the control. Static instances are provided for the common types.

Constructors
protected Control.Type(String name) Details
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."
namethe name of the new control type.

Methods
final public boolean equals(Object obj)
Finalizes the equals method
final public int hashCode()
Finalizes the hashCode method
final public String toString() Details
Provides the String representation of the control type. This String is the same name that was passed to the constructor.
returnthe control type name