Class java.awt.event.ComponentEvent
All Packages Class Hierarchy This Package Previous Next Index
Class java.awt.event.ComponentEvent
java.lang.Object
|
+----java.util.EventObject
|
+----java.awt.AWTEvent
|
+----java.awt.event.ComponentEvent
public class ComponentEvent
extends AWTEvent
The root event class for all component-level events.
These events are provided for notification purposes ONLY;
The AWT will automatically handle component moves and resizes
internally so that GUI layout works properly regardless of
whether a program is receiving these events or not.
See Also:
ComponentListener
COMPONENT_FIRST
Marks the first integer id for the range of component event ids.
COMPONENT_HIDDEN
The component hidden event type.
COMPONENT_LAST
Marks the last integer id for the range of component event ids.
COMPONENT_MOVED
The component moved event type.
COMPONENT_RESIZED
The component resized event type.
COMPONENT_SHOWN
The component shown event type.
ComponentEvent(Component, int)
Constructs a ComponentEvent object with the specified source component
and type.
getComponent()
Returns the component where this event originated.
paramString()
COMPONENT_FIRST
public static final int COMPONENT_FIRST
Marks the first integer id for the range of component event ids.
COMPONENT_LAST
public static final int COMPONENT_LAST
Marks the last integer id for the range of component event ids.
COMPONENT_MOVED
public static final int COMPONENT_MOVED
The component moved event type.
COMPONENT_RESIZED
public static final int COMPONENT_RESIZED
The component resized event type.
COMPONENT_SHOWN
public static final int COMPONENT_SHOWN
The component shown event type.
COMPONENT_HIDDEN
public static final int COMPONENT_HIDDEN
The component hidden event type.
ComponentEvent
public ComponentEvent(Component source,
int id)
Constructs a ComponentEvent object with the specified source component
and type.
Parameters:
source - the component where the event originated
getComponent
public Component getComponent()
Returns the component where this event originated.
paramString
public String paramString()
Overrides:
paramString in class AWTEvent
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 ComponentAdapterjava awt event ComponentListenerjava awt event ActionEventjava awt event FocusEventjava awt event MouseMotionListenerjava awt event WindowEventjava awt event ContainerAdapterPackage java awt eventjava awt event WindowAdapterjava awt event MouseMotionAdapterjava awt event FocusListenerjava awt event InputEventjava awt event AdjustmentEventjava awt event KeyAdapterjava awt event PaintEventjava awt event ItemListenerjava awt event ItemEventjava awt event ContainerEventjava awt event ActionListenerwięcej podobnych podstron