Fields
| Name | Description | 
|---|---|
| COMPONENT_ADDED | The component moved event type. | 
| COMPONENT_REMOVED | The component resized event type. | 
| CONTAINER_FIRST | Marks the first integer id for the range of container event ids. | 
| CONTAINER_LAST | Marks the last integer id for the range of container event ids. | 
Constructors
| Name | Description | 
|---|---|
| ContainerEvent(Component, int, Component) | Constructs a ContainerEvent object with the specified source container, type, and child which is being added or removed. | 
Methods
| Name | Description | 
|---|---|
| getChild() | Returns the child component that was added or removed in this event. | 
| getContainer() | Returns the container where this event originated. | 
| paramString() |