jdk/src/share/classes/javax/swing/table/TableColumn.java
changeset 22574 7f8ce0c8c20a
parent 21278 ef8a3a2a72f2
child 25172 b345c47c02b3
equal deleted inserted replaced
22573:8f0344f13b7f 22574:7f8ce0c8c20a
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2008, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    80  * @see JTable#getDefaultRenderer(Class)
    80  * @see JTable#getDefaultRenderer(Class)
    81  * @see JTable#getDefaultEditor(Class)
    81  * @see JTable#getDefaultEditor(Class)
    82  * @see JTable#getCellRenderer(int, int)
    82  * @see JTable#getCellRenderer(int, int)
    83  * @see JTable#getCellEditor(int, int)
    83  * @see JTable#getCellEditor(int, int)
    84  */
    84  */
       
    85 @SuppressWarnings("serial") // Same-version serialization only
    85 public class TableColumn extends Object implements Serializable {
    86 public class TableColumn extends Object implements Serializable {
    86 
    87 
    87     /**
    88     /**
    88      * Obsolete as of Java 2 platform v1.3.  Please use string literals to identify
    89      * Obsolete as of Java 2 platform v1.3.  Please use string literals to identify
    89      * properties.
    90      * properties.