FileDocCategorySizeDatePackage
Control.javaAPI DocAndroid 1.5 API1854Wed May 06 22:41:02 BST 2009javax.sound.sampled

Control

public abstract class Control extends Object

Fields Summary
private Type
type
Constructors Summary
protected Control(Type type)

        this.type = type;
    
Methods Summary
public javax.sound.sampled.Control$TypegetType()

        return type;
    
public java.lang.StringtoString()

        return type + " Control"; //$NON-NLS-1$