Searched defs:CompoundControl (Results 1 - 1 of 1) 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

Completed in 29 milliseconds