< prev index next >

src/java.desktop/share/classes/javax/swing/event/AncestorEvent.java

Print this page

        

*** 36,46 **** * Serialized objects of this class will not be compatible with * future Swing releases. The current serialization support is * appropriate for short term storage or RMI between applications running * the same version of Swing. As of 1.4, support for long term storage * of all JavaBeans&trade; ! * has been added to the <code>java.beans</code> package. * Please see {@link java.beans.XMLEncoder}. * * @author Dave Moore */ @SuppressWarnings("serial") --- 36,46 ---- * Serialized objects of this class will not be compatible with * future Swing releases. The current serialization support is * appropriate for short term storage or RMI between applications running * the same version of Swing. As of 1.4, support for long term storage * of all JavaBeans&trade; ! * has been added to the {@code java.beans} package. * Please see {@link java.beans.XMLEncoder}. * * @author Dave Moore */ @SuppressWarnings("serial")
*** 64,74 **** /** * Constructs an AncestorEvent object to identify a change * in an ancestor-component's display-status. * * @param source the JComponent that originated the event ! * (typically <code>this</code>) * @param id an int specifying {@link #ANCESTOR_ADDED}, * {@link #ANCESTOR_REMOVED} or {@link #ANCESTOR_MOVED} * @param ancestor a Container object specifying the ancestor-component * whose display-status changed * @param ancestorParent a Container object specifying the ancestor's parent --- 64,74 ---- /** * Constructs an AncestorEvent object to identify a change * in an ancestor-component's display-status. * * @param source the JComponent that originated the event ! * (typically {@code this}) * @param id an int specifying {@link #ANCESTOR_ADDED}, * {@link #ANCESTOR_REMOVED} or {@link #ANCESTOR_MOVED} * @param ancestor a Container object specifying the ancestor-component * whose display-status changed * @param ancestorParent a Container object specifying the ancestor's parent
< prev index next >