All Packages Class Hierarchy This Package Previous Next Index
Interface javax.media.Control
- public interface Control
The base interface for processing Control objects.
- Version:
- 1.13, 97/08/26
-
getControlComponent()
- Get the
Component associated with this
Control object.
getControlComponent
public abstract Component getControlComponent()
- 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.
All Packages Class Hierarchy This Package Previous Next Index