public abstract class Layout extends Commander
| Modifier and Type | Method and Description |
|---|---|
void |
add(Commander child) |
void |
add(Commander child,
int index) |
void |
remove(Commander child) |
void |
removeAll() |
static void |
setRoot(Commander child) |