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 |
---|---|
public static class | CompoundControl.
An instance of the |
Modifier and Type | Field and Description |
---|---|
private final Control[] | controls
The set of member controls. |
Access | Constructor and Description |
---|---|
protected | CompoundControl(CompoundControl.
the type of control represented this compound control object type,the set of member controls memberControls)Constructs a new compound control object with the given parameters. |
Modifier and Type | Method and Description |
---|---|
public Control[] | Returns: the set of member controlsReturns the set of member controls that comprise the compound control. |
public String | Returns: a string representation of the compound controlOverrides javax. Returns a string representation of the compound control. |
controls | back to summary |
---|---|
private final Control[] controls The set of member controls. |
CompoundControl | back to summary |
---|---|
protected CompoundControl(CompoundControl. Constructs a new compound control object with the given parameters.
|
getMemberControls | back to summary |
---|---|
public Control[] getMemberControls() Returns the set of member controls that comprise the compound control.
|
toString | back to summary |
---|---|
public String toString() Overrides javax. Returns a string representation of the compound control. |
CompoundControl.Type
inner class identifies
one kind of compound control.
Access | Constructor and Description |
---|---|
protected |
Type | back to summary |
---|---|
protected Type(final String name) Constructs a new compound control type.
|