|
Préférences
Moteurs de recherche
|
|||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.sound.sampled
|
Nested Class Summary | |
---|---|
static class |
Control.Type
An instance of the Type class represents the type of
the control. |
Constructor Summary | |
---|---|
protected |
Control(Control.Type type)
Constructs a Control with the specified type. |
Method Summary | |
---|---|
Control.Type |
getType()
Obtains the control's type. |
String |
toString()
Obtains a String describing the control type and its current state. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected Control(Control.Type type)
type
- the kind of control desiredMethod Detail |
---|
public Control.Type getType()
public String toString()