KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > event > ComponentEvent

java.awt.event
Class ComponentEvent

java.lang.Object
  extended by java.util.EventObject
      extended by java.awt.AWTEvent
          extended by java.awt.event.ComponentEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContainerEvent, FocusEvent, InputEvent, PaintEvent, WindowEvent
See Also:
Top Examples, Source Code, ComponentAdapter, ComponentListener

public ComponentEvent(Component source,
                      int id)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int COMPONENT_FIRST
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int COMPONENT_HIDDEN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int COMPONENT_LAST
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int COMPONENT_MOVED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int COMPONENT_RESIZED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int COMPONENT_SHOWN
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Component getComponent()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String paramString()
See Also:
AWTEvent
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags