javax.media
接口 Control

所有已知子接口:
CachingControl, ExtendedCachingControl, GainControl, JMD
所有已知实现类:
BasicJMD, BasicTrackControl

public interface Control

The base interface for processing Control objects.


方法摘要
 java.awt.Component getControlComponent()
          Get the Component associated with this Control object.
 

方法详细信息

getControlComponent

java.awt.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.