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

Variable Index

 o COMPONENT_FIRST
 o COMPONENT_HIDDEN
 o COMPONENT_LAST
 o COMPONENT_MOVED
 o COMPONENT_RESIZED
 o COMPONENT_SHOWN

Constructor Index

 o ComponentEvent()
 o ComponentEvent(Event, int)

Method Index

 o getComponent()

Variables

 o COMPONENT_FIRST
 public static final int COMPONENT_FIRST
 o COMPONENT_LAST
 public static final int COMPONENT_LAST
 o COMPONENT_MOVED
 public static final int COMPONENT_MOVED
 o COMPONENT_RESIZED
 public static final int COMPONENT_RESIZED
 o COMPONENT_SHOWN
 public static final int COMPONENT_SHOWN
 o COMPONENT_HIDDEN
 public static final int COMPONENT_HIDDEN

Constructors

 o ComponentEvent
 public ComponentEvent()
 o ComponentEvent
 public ComponentEvent(Event evt,
                       int id)

Methods

 o getComponent
 public Component getComponent()

All Packages  Class Hierarchy  This Package  Previous  Next  Index