API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.sampled. CompoundControl View Source
Author(s)
Kara Kytle
Since
1.3
Version
1.11, 05/11/17
Serial
Hierarchy
 Object
      Control
          CompoundControl
Implements
Subclasses
Description
publicabstract abstract class CompoundControl
  A CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a Control.
See also:   
Constructors
protected CompoundControl (Type type, Control memberControls)
  Constructs a new compound control object with the given parameters.
Methods
Hide/Show inherited methods
public Control getMemberControls ()
  Returns the set of member controls that comprise the compound control.
public Type getType () [Inherited From Control]
  Obtains the control's type.
public String toString () [Overrides Control]
  Provides a string representation of the control
Fields
Hide/Show inherited fields
Nested Classes
  CompoundControl.Type
An instance of the CompoundControl.Type inner class identifies one kind of compound control.
  Control.Type
An instance of the Type class represents the type of the control.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar