jdk/src/share/classes/javax/swing/table/DefaultTableCellRenderer.java
changeset 20458 f2423fb3fd19
parent 20428 929cd48fca8a
child 22574 7f8ce0c8c20a
equal deleted inserted replaced
20457:ecb935d774a3 20458:f2423fb3fd19
    73  * <strong>Warning:</strong>
    73  * <strong>Warning:</strong>
    74  * Serialized objects of this class will not be compatible with
    74  * Serialized objects of this class will not be compatible with
    75  * future Swing releases. The current serialization support is
    75  * future Swing releases. The current serialization support is
    76  * appropriate for short term storage or RMI between applications running
    76  * appropriate for short term storage or RMI between applications running
    77  * the same version of Swing.  As of 1.4, support for long term storage
    77  * the same version of Swing.  As of 1.4, support for long term storage
    78  * of all JavaBeans<sup><font size="-2">TM</font></sup>
    78  * of all JavaBeans&trade;
    79  * has been added to the <code>java.beans</code> package.
    79  * has been added to the <code>java.beans</code> package.
    80  * Please see {@link java.beans.XMLEncoder}.
    80  * Please see {@link java.beans.XMLEncoder}.
    81  *
    81  *
    82  * @author Philip Milne
    82  * @author Philip Milne
    83  * @see JTable
    83  * @see JTable
   385      * <strong>Warning:</strong>
   385      * <strong>Warning:</strong>
   386      * Serialized objects of this class will not be compatible with
   386      * Serialized objects of this class will not be compatible with
   387      * future Swing releases. The current serialization support is
   387      * future Swing releases. The current serialization support is
   388      * appropriate for short term storage or RMI between applications running
   388      * appropriate for short term storage or RMI between applications running
   389      * the same version of Swing.  As of 1.4, support for long term storage
   389      * the same version of Swing.  As of 1.4, support for long term storage
   390      * of all JavaBeans<sup><font size="-2">TM</font></sup>
   390      * of all JavaBeans&trade;
   391      * has been added to the <code>java.beans</code> package.
   391      * has been added to the <code>java.beans</code> package.
   392      * Please see {@link java.beans.XMLEncoder}.
   392      * Please see {@link java.beans.XMLEncoder}.
   393      */
   393      */
   394     public static class UIResource extends DefaultTableCellRenderer
   394     public static class UIResource extends DefaultTableCellRenderer
   395         implements javax.swing.plaf.UIResource
   395         implements javax.swing.plaf.UIResource