FileDocCategorySizeDatePackage
Control.javaAPI DocJMF 2.1.1e755Mon May 12 12:20:36 BST 2003javax.media

Control

public interface Control
The base interface for processing Control objects.
version
1.2, 02/08/21

Fields Summary
Constructors Summary
Methods Summary
public java.awt.ComponentgetControlComponent()
Get the Component associated with this Control object. For example, this method might return a slider for volume control or a panel containing radio buttons for CODEC control. The getControlComponent method can return null if there is no GUI control for this Control.