public class ControlsAdapter extends AbstractControls
| Modifier and Type | Field and Description |
|---|---|
static Object[] |
EMPTY_CONTROLS
The constant which represents an empty array of controls.
|
| Constructor and Description |
|---|
ControlsAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getControls()
Implements
Controls.getControls(). |
getControl, getControl, queryInterface, queryInterfacepublic static final Object[] EMPTY_CONTROLS
public Object[] getControls()
Controls.getControls(). Gets the controls
available for the owner of this instance. The current implementation
returns an empty array because it has no available controls.Copyright © 2022 jitsi.org. All rights reserved.