FileDocCategorySizeDatePackage
BooleanControl.javaAPI DocJMF 2.1.1e541Mon May 12 12:20:56 BST 2003com.sun.media.controls

BooleanControl

public interface BooleanControl implements AtomicControl
This control represents a toggle state. The state at any time can either be true or false.

Fields Summary
Constructors Summary
Methods Summary
public booleangetValue()
Returns the current state of the control.

public booleansetValue(boolean value)
Sets the state of the control.