Java java.awt.event ContainerEvent fields, constructors, methods, implement or subclass

Example usage for Java java.awt.event ContainerEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.event ContainerEvent.

The text is from its open source code.

Field

intCOMPONENT_ADDED
This event indicates that a component was added to the container.

Method

ComponentgetChild()
Returns the component that was affected by the event.
ContainergetContainer()
Returns the originator of the event.
ObjectgetSource()
The object on which the Event initially occurred.