Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-927 (Maintenance Release)

javax.media
Interface Control

All Known Subinterfaces:
AWTVideoSizeControl, CachingControl, GainControl, MediaSelectControl

public interface Control

The base interface for processing Control objects.


Method Summary
 java.awt.Component getControlComponent()
          Get the Component associated with this Control object.
 

Method Detail

getControlComponent

public 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.


JSR-927 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 927 specification.