EnumControl
Class EnumControl
- java.lang.Object
-
- javax.sound.sampled.Control
-
- javax.sound.sampled.EnumControl
public abstract class EnumControl extends Control
A EnumControl
provides control over a set of discrete possible values, each represented by an object. In a graphical user interface, such a control might be represented by a set of buttons, each of which chooses one value or setting. For example, a reverb control might provide several preset reverberation settings, instead of providing continuously adjustable parameters of the sort that would be represented by FloatControl
登录查看完整内容