Searched refs:CompoundControl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DCompoundControl.java29 * A <code>CompoundControl</code>, such as a graphic equalizer, provides control
36 public abstract class CompoundControl extends Control { class in inherits:Control
61 protected CompoundControl(Type type, Control[] memberControls) { method in class:CompoundControl
116 * An instance of the <code>CompoundControl.Type</code> inner class identifies one kind of
140 } // class CompoundControl
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DPortMixer.java35 import javax.sound.sampled.CompoundControl;
278 else if (controls[i] instanceof CompoundControl) {
279 enableControls(((CompoundControl) controls[i]).getMemberControls(), enable);
399 * Private inner class representing a CompoundControl for PortMixerPort
401 private static final class CompCtrl extends CompoundControl {
409 private static final class CCT extends CompoundControl.Type {

Completed in 28 milliseconds