javax.sound.sampled
public abstract class CompoundControl extends Control
Since: 1.3
| Nested Class Summary | |
|---|---|
| static class | CompoundControl.Type
This describes a single compound control. |
| Constructor Summary | |
|---|---|
| protected | CompoundControl(CompoundControl.Type type, Control[] members)
Create a new compound control given its type and members. |
| Method Summary | |
|---|---|
| Control[] | getMemberControls()
Return the members of this compound control. |
| String | toString()
Return a string description of this compound control. |
Parameters: type the type of the compound control members the members of the compound control