javax.sound.sampled

Class CompoundControl

public abstract class CompoundControl extends Control

A compound control provides control over several other controls.

Since: 1.3

Nested Class Summary
static classCompoundControl.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.
StringtoString()
Return a string description of this compound control.

Constructor Detail

CompoundControl

protected CompoundControl(CompoundControl.Type type, Control[] members)
Create a new compound control given its type and members.

Parameters: type the type of the compound control members the members of the compound control

Method Detail

getMemberControls

public Control[] getMemberControls()
Return the members of this compound control.

toString

public String toString()
Return a string description of this compound control.