KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > event > AncestorEvent

javax.swing.event
Class AncestorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by java.awt.AWTEvent
          extended by javax.swing.event.AncestorEvent
All Implemented Interfaces:
Serializable
See Also:
Source Code, XMLEncoder

public AncestorEvent(JComponent source,
                     int id,
                     Container ancestor,
                     Container ancestorParent)
See Also:
ANCESTOR_MOVED, ANCESTOR_REMOVED, ANCESTOR_ADDED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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


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


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

Popular Tags