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

/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DEnumControl.java29 * A <code>EnumControl</code> provides control over a set of
42 * However, a key feature of <code>EnumControl</code> is that the returned values
45 * of a <code>{@link EnumControl.Type#REVERB REVERB}</code> control are instances of
52 public abstract class EnumControl extends Control { class in inherits:Control
84 protected EnumControl(Type type, Object[] values, Object value) { method in class:EnumControl
178 * An instance of the <code>EnumControl.Type</code> inner class identifies one kind of
182 * @see EnumControl
196 * invoke <code>{@link EnumControl#getValues}</code> on an
214 } // class EnumControl

Completed in 213 milliseconds