| public static class javax.sound.sampled Control.Type
|
Java SE 6 |
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."
| ||
| 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.
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2013 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|