API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.sampled. EnumControl View Source
Author(s)
Kara Kytle
Since
1.3
Version
1.15, 05/11/17
Serial
Hierarchy
 Object
      Control
          EnumControl
Implements
Subclasses
Description
publicabstract abstract class EnumControl
  A EnumControl provides control over a set of discrete possible values, each represented by an object.
See also:   
Constructors
protected EnumControl (Type type, Object values, Object value)
  Constructs a new enumerated control object with the given parameters.
Methods
Hide/Show inherited methods
public Type getType () [Inherited From Control]
  Obtains the control's type.
public Object getValue ()
  Obtains this control's current value.
public Object getValues ()
  Returns the set of possible values for this control.
public void setValue (Object value)
  Sets the current value for the control.
public String toString () [Overrides Control]
  Provides a string representation of the control.
Fields
Hide/Show inherited fields
Nested Classes
  EnumControl.Type
An instance of the EnumControl.Type inner class identifies one kind of enumerated control.
  Control.Type
An instance of the Type class represents the type of the control.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar