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.Type
An instance of the
CompoundControl.Type inner class identifies one kind of
compound control. |
Modifier | Constructor and Description |
---|---|
protected |
CompoundControl(CompoundControl.Type type,
Control[] memberControls)
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 objectmemberControls
- the set of member controlspublic Control[] getMemberControls()
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.