All Packages Class Hierarchy This Package Previous Next Index
Class java11.awt.event.ComponentEvent
java.lang.Object
|
+----java11.util.EventObject
|
+----java11.awt.event.AWTEvent
|
+----java11.awt.event.ComponentEvent
- public class ComponentEvent
- extends AWTEvent
-
COMPONENT_FIRST
-
-
COMPONENT_HIDDEN
-
-
COMPONENT_LAST
-
-
COMPONENT_MOVED
-
-
COMPONENT_RESIZED
-
-
COMPONENT_SHOWN
-
-
ComponentEvent()
-
-
ComponentEvent(Event, int)
-
-
getComponent()
-
COMPONENT_FIRST
public static final int COMPONENT_FIRST
COMPONENT_LAST
public static final int COMPONENT_LAST
COMPONENT_MOVED
public static final int COMPONENT_MOVED
COMPONENT_RESIZED
public static final int COMPONENT_RESIZED
COMPONENT_SHOWN
public static final int COMPONENT_SHOWN
COMPONENT_HIDDEN
public static final int COMPONENT_HIDDEN
ComponentEvent
public ComponentEvent()
ComponentEvent
public ComponentEvent(Event evt,
int id)
getComponent
public Component getComponent()
All Packages Class Hierarchy This Package Previous Next Index