jdk/src/share/classes/javax/swing/text/EditorKit.java
changeset 23697 e556a715949f
parent 23010 6dadb192ad81
child 24148 d6e18bb8a7f0
equal deleted inserted replaced
23696:7deff68428ef 23697:e556a715949f
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, 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
    43  * <code>setComponent</code> method called to establish
    43  * <code>setComponent</code> method called to establish
    44  * it's relationship with a JTextComponent.
    44  * it's relationship with a JTextComponent.
    45  *
    45  *
    46  * @author  Timothy Prinzing
    46  * @author  Timothy Prinzing
    47  */
    47  */
       
    48 @SuppressWarnings("serial") // Same-version serialization only
    48 public abstract class EditorKit implements Cloneable, Serializable {
    49 public abstract class EditorKit implements Cloneable, Serializable {
    49 
    50 
    50     /**
    51     /**
    51      * Construct an EditorKit.
    52      * Construct an EditorKit.
    52      */
    53      */