public class ControlList extends Object
Control. This class
can not be directly instantiated. Instead, to retrieve a list of controls
from a VideoDevice, use its
getControlList() method. Once
the control list and associated controls are no longer needed, they must be
released by calling releaseControlList().
After that, neither the list nor the controls themselves must be used. If
any attempt to use them is made, a StateException will be raised.| Modifier and Type | Method and Description |
|---|---|
Control |
getControl(String n)
This method returns a control given its name.
|
List<Control> |
getList()
This method returns a list of
Controls |
Hashtable<String,Control> |
getTable()
This method returns a map of control names and controls
|
public Hashtable<String,Control> getTable()
StateException - if this control list has been released and must not be used anymorepublic List<Control> getList()
ControlsControlsStateException - if this control list has been released and must not be used anymorepublic Control getControl(String n)
StateException - if this control list has been released and must not be used anymoreCopyright © 2013-2015 Bartosz Firyn (sarxos). All Rights Reserved.