public abstract class

CompoundControl

extends Control
java.lang.Object
   ↳ javax.sound.sampled.Control
     ↳ javax.sound.sampled.CompoundControl

Class Overview

A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.

Summary

Nested Classes
class CompoundControl.Type An instance of the CompoundControl.Type inner class identifies one kind of compound control. 
Protected Constructors
CompoundControl(CompoundControl.Type type, Control[] memberControls)
Constructs a new compound control object with the given parameters.
Public Methods
Control[] getMemberControls()
Returns the set of member controls that comprise the compound control.
String toString()
Provides a string representation of the control
[Expand]
Inherited Methods
From class javax.sound.sampled.Control
From class java.lang.Object

Protected Constructors

protected CompoundControl (CompoundControl.Type type, Control[] memberControls)

Constructs a new compound control object with the given parameters.

Parameters
type the type of control represented this compound control object
memberControls the set of member controls

Public Methods

public Control[] getMemberControls ()

Returns the set of member controls that comprise the compound control.

Returns
  • the set of member controls.

public String toString ()

Provides a string representation of the control

Returns
  • a string description