public abstract class CompoundControl extends Control
CompoundControl, such as a graphic equalizer, provides control over two or more related properties, each of which is itself represented as a
Control.
| Modifier and Type | Class and Description |
|---|---|
static class |
CompoundControl
An instance of the
CompoundControl.Type inner class identifies one kind of compound control.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CompoundControl(CompoundControl
Constructs a new compound control object with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Control |
getMemberControls()
Returns the set of member controls that comprise the compound control.
|
String |
toString()
Provides a string representation of the control
|
protected CompoundControl(CompoundControl.Type type, Control [] memberControls)
type - the type of control represented this compound control object
memberControls - the set of member controls
public Control[] getMemberControls()