public interface WidgetContainer
| Modifier and Type | Method and Description |
|---|---|
void |
addWidget(GenericWidget<?> widget)
Add the specified widget to this container.
|
void |
removeWidget(GenericWidget<?> widget)
Remove the specified widget from this container.
|
void addWidget(GenericWidget<?> widget)
widget - The widget to be added.void removeWidget(GenericWidget<?> widget)
widget - The widget to be removed.