jdk/src/share/classes/javax/swing/LegacyGlueFocusTraversalPolicy.java
changeset 23697 e556a715949f
parent 5506 202f599c92aa
child 26001 991e1be0b235
equal deleted inserted replaced
23696:7deff68428ef 23697:e556a715949f
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2008, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 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
    40  * been hard coded, then that traversal is provided either by the custom
    40  * been hard coded, then that traversal is provided either by the custom
    41  * DefaultFocusManager, or by a wrapped FocusTraversalPolicy instance.
    41  * DefaultFocusManager, or by a wrapped FocusTraversalPolicy instance.
    42  *
    42  *
    43  * @author David Mendenhall
    43  * @author David Mendenhall
    44  */
    44  */
       
    45 @SuppressWarnings("serial") // JDK-implementation class
    45 final class LegacyGlueFocusTraversalPolicy extends FocusTraversalPolicy
    46 final class LegacyGlueFocusTraversalPolicy extends FocusTraversalPolicy
    46     implements Serializable
    47     implements Serializable
    47 {
    48 {
    48     private transient FocusTraversalPolicy delegatePolicy;
    49     private transient FocusTraversalPolicy delegatePolicy;
    49     private transient DefaultFocusManager delegateManager;
    50     private transient DefaultFocusManager delegateManager;