java.lang.Object java.util.EventObject java.awt.AWTEvent javax.swing.event.AncestorEvent
XMLEncoder
public AncestorEvent(JComponent source, int id, Container ancestor, Container ancestorParent)
ANCESTOR_MOVED
ANCESTOR_REMOVED
ANCESTOR_ADDED
public static final int ANCESTOR_ADDED
public static final int ANCESTOR_MOVED
public static final int ANCESTOR_REMOVED
public Container getAncestor()
public Container getAncestorParent()
public JComponent getComponent()