Modifier and Type | Method and Description |
---|---|
void |
beginContainer()
Signals the children of a
Container are about to be visited. |
void |
endContainer()
Signals the children of a
Container just have all been visited. |
void |
visitWidget(Widget widget)
Visits a
Widget . |