public class ControlCollection
extends java.lang.Object
Constructor and Description |
---|
ControlCollection() |
Modifier and Type | Method and Description |
---|---|
void |
addControl(Control control)
Add a Control to the list.
|
void |
clear() |
Control |
getControl(java.lang.String controlType)
Retrieve the first Control that implements the given Class or Interface.
|
Control[] |
getControls()
Retrieve an array of Controls that control the object.
|
void |
removeControl(Control control)
Remove a Control from the list.
|
public void addControl(Control control)
control
- public void clear()
public void removeControl(Control control)
control
- public Control[] getControls()
public Control getControl(java.lang.String controlType)