public abstract class CompoundControl extends Control
| Modifier and Type | Class and Description |
|---|---|
static class |
CompoundControl.Type
This describes a single compound control.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CompoundControl(CompoundControl.Type type,
Control[] members)
Create a new compound control given its type and members.
|
| Modifier and Type | Method and Description |
|---|---|
Control[] |
getMemberControls()
Return the members of this compound control.
|
String |
toString()
Return a string description of this compound control.
|
protected CompoundControl(CompoundControl.Type type, Control[] members)
type - the type of the compound controlmembers - the members of the compound controlpublic Control[] getMemberControls()
public String toString()
toString in class ControlObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)