public interface Control
Control objects.| Modifier and Type | Method and Description |
|---|---|
Component |
getControlComponent()
Get the
Component associated with this
Control object. |
Component getControlComponent()
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.Copyright © 2012 code4tv.com. All Rights Reserved.