java awt event ContainerEvent








Class java.awt.event.ContainerEvent





All Packages Class Hierarchy This Package Previous Next Index


Class java.awt.event.ContainerEvent


java.lang.Object
|
+----java.util.EventObject
|
+----java.awt.AWTEvent
|
+----java.awt.event.ComponentEvent
|
+----java.awt.event.ContainerEvent



public class ContainerEvent
extends ComponentEvent

The class for container-level events.
These events are provided for notification purposes ONLY;
The AWT will automatically handle container add and remove
operations internally.


See Also:
ContainerListener








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.






ContainerEvent(Component, int, Component)
Constructs a ContainerEvent object with the specified source
container, type, and child which is being added or removed.






getChild()
Returns the child component that was added or removed in
this event.

getContainer()
Returns the container where this event originated.

paramString()







CONTAINER_FIRST

public static final int CONTAINER_FIRST


Marks the first integer id for the range of container event ids.


CONTAINER_LAST

public static final int CONTAINER_LAST


Marks the last integer id for the range of container event ids.


COMPONENT_ADDED

public static final int COMPONENT_ADDED


The component moved event type.


COMPONENT_REMOVED

public static final int COMPONENT_REMOVED


The component resized event type.







ContainerEvent

public ContainerEvent(Component source,
int id,
Component child)


Constructs a ContainerEvent object with the specified source
container, type, and child which is being added or removed.


Parameters:
source - the container where the event originated







getContainer

public Container getContainer()


Returns the container where this event originated.



getChild

public Component getChild()


Returns the child component that was added or removed in
this event.



paramString

public String paramString()



Overrides:
paramString in class ComponentEvent




All Packages Class Hierarchy This Package Previous Next Index

Submit a bug or feature - Version 1.1.7 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1995-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.




Wyszukiwarka

Podobne podstrony:
java awt event ContainerAdapter
java awt event ContainerListener
java awt event ActionEvent
java awt event FocusEvent
java awt event MouseMotionListener
java awt event WindowEvent
java awt event ComponentEvent
Package java awt event
java awt event WindowAdapter
java awt event MouseMotionAdapter
java awt event FocusListener
java awt event InputEvent
java awt event AdjustmentEvent
java awt event KeyAdapter
java awt event PaintEvent
java awt event ItemListener
java awt event ItemEvent
java awt event ActionListener
java awt event MouseAdapter

więcej podobnych podstron