jdk/src/java.desktop/share/classes/javax/swing/SortingFocusTraversalPolicy.java
author prr
Sat, 19 Sep 2015 15:45:59 -0700
changeset 32865 f9cb6e427f9e
parent 30458 e8bb8c0f25ba
child 40995 c096d4be5b5e
permissions -rw-r--r--
8136783: Run blessed-modifier-order script on java.desktop Reviewed-by: martin, serb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
23697
e556a715949f 8034169: Fix serial lint warnings in javax.swing
darcy
parents: 23010
diff changeset
     2
 * Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3938
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3938
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 * accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 *
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3938
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3938
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 3938
diff changeset
    23
 * questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
package javax.swing;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
import java.awt.Component;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
import java.awt.Container;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
import java.awt.Window;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
import java.util.*;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
import java.awt.FocusTraversalPolicy;
3938
ef327bd847c0 6879044: Eliminate the dependency on logging from the AWT/2D/Swing classes
mchung
parents: 3082
diff changeset
    32
import sun.util.logging.PlatformLogger;
25570
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
    33
import java.lang.reflect.InvocationTargetException;
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
    34
import java.lang.reflect.Method;
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
    35
import sun.security.action.GetPropertyAction;
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
    36
import java.security.AccessController;
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
    37
import java.security.PrivilegedAction;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
/**
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
 * A FocusTraversalPolicy that determines traversal order by sorting the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
 * Components of a focus traversal cycle based on a given Comparator. Portions
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
 * of the Component hierarchy that are not visible and displayable will not be
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
 * included.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
 * <p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
 * By default, SortingFocusTraversalPolicy implicitly transfers focus down-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
 * cycle. That is, during normal focus traversal, the Component
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
 * traversed after a focus cycle root will be the focus-cycle-root's default
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
 * Component to focus. This behavior can be disabled using the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
 * <code>setImplicitDownCycleTraversal</code> method.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
 * <p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
 * By default, methods of this class with return a Component only if it is
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
 * visible, displayable, enabled, and focusable. Subclasses can modify this
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
 * behavior by overriding the <code>accept</code> method.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
 * <p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
 * This policy takes into account <a
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
 * href="../../java/awt/doc-files/FocusSpec.html#FocusTraversalPolicyProviders">focus traversal
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
 * policy providers</a>.  When searching for first/last/next/previous Component,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
 * if a focus traversal policy provider is encountered, its focus traversal
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
 * policy is used to perform the search operation.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
 * @author David Mendenhall
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
 * @see java.util.Comparator
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
 * @since 1.4
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
public class SortingFocusTraversalPolicy
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
    extends InternalFrameFocusTraversalPolicy
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
{
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
    private Comparator<? super Component> comparator;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
    private boolean implicitDownCycleTraversal = true;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
3938
ef327bd847c0 6879044: Eliminate the dependency on logging from the AWT/2D/Swing classes
mchung
parents: 3082
diff changeset
    72
    private PlatformLogger log = PlatformLogger.getLogger("javax.swing.SortingFocusTraversalPolicy");
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
     * Used by getComponentAfter and getComponentBefore for efficiency. In
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
     * order to maintain compliance with the specification of
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
     * FocusTraversalPolicy, if traversal wraps, we should invoke
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
     * getFirstComponent or getLastComponent. These methods may be overriden in
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
     * subclasses to behave in a non-generic way. However, in the generic case,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
     * these methods will simply return the first or last Components of the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
     * sorted list, respectively. Since getComponentAfter and
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
     * getComponentBefore have already built the sorted list before determining
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
     * that they need to invoke getFirstComponent or getLastComponent, the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
     * sorted list should be reused if possible.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
     */
32865
f9cb6e427f9e 8136783: Run blessed-modifier-order script on java.desktop
prr
parents: 30458
diff changeset
    86
    private transient Container cachedRoot;
f9cb6e427f9e 8136783: Run blessed-modifier-order script on java.desktop
prr
parents: 30458
diff changeset
    87
    private transient List<Component> cachedCycle;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
    // Delegate our fitness test to ContainerOrder so that we only have to
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
    // code the algorithm once.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
    private static final SwingContainerOrderFocusTraversalPolicy
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
        fitnessTestPolicy = new SwingContainerOrderFocusTraversalPolicy();
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
32865
f9cb6e427f9e 8136783: Run blessed-modifier-order script on java.desktop
prr
parents: 30458
diff changeset
    94
    private final int FORWARD_TRAVERSAL = 0;
f9cb6e427f9e 8136783: Run blessed-modifier-order script on java.desktop
prr
parents: 30458
diff changeset
    95
    private final int BACKWARD_TRAVERSAL = 1;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
25570
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
    97
    /*
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
    98
     * When true (by default), the legacy merge-sort algo is used to sort an FTP cycle.
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
    99
     * When false, the default (tim-sort) algo is used, which may lead to an exception.
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   100
     * See: JDK-8048887
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   101
     */
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   102
    private static final boolean legacySortingFTPEnabled;
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   103
    private static final Method legacyMergeSortMethod;
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   104
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   105
    static {
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   106
        legacySortingFTPEnabled = "true".equals(AccessController.doPrivileged(
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   107
            new GetPropertyAction("swing.legacySortingFTPEnabled", "true")));
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   108
        legacyMergeSortMethod = legacySortingFTPEnabled ?
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   109
            AccessController.doPrivileged(new PrivilegedAction<Method>() {
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   110
                public Method run() {
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   111
                    try {
25767
50bdc634f693 8049797: Fix raw and unchecked lint warnings in javax.swing.SortingFocusTraversalPolicy
darcy
parents: 25572
diff changeset
   112
                        Method m = java.util.Arrays.class.getDeclaredMethod("legacyMergeSort",
50bdc634f693 8049797: Fix raw and unchecked lint warnings in javax.swing.SortingFocusTraversalPolicy
darcy
parents: 25572
diff changeset
   113
                                                                            new Class<?>[]{Object[].class,
50bdc634f693 8049797: Fix raw and unchecked lint warnings in javax.swing.SortingFocusTraversalPolicy
darcy
parents: 25572
diff changeset
   114
                                                                                    Comparator.class});
25570
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   115
                        m.setAccessible(true);
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   116
                        return m;
25767
50bdc634f693 8049797: Fix raw and unchecked lint warnings in javax.swing.SortingFocusTraversalPolicy
darcy
parents: 25572
diff changeset
   117
                    } catch (NoSuchMethodException e) {
25570
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   118
                        // using default sorting algo
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   119
                        return null;
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   120
                    }
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   121
                }
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   122
            }) :
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   123
            null;
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   124
    }
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   125
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
     * Constructs a SortingFocusTraversalPolicy without a Comparator.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
     * Subclasses must set the Comparator using <code>setComparator</code>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
     * before installing this FocusTraversalPolicy on a focus cycle root or
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
     * KeyboardFocusManager.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
    protected SortingFocusTraversalPolicy() {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
     * Constructs a SortingFocusTraversalPolicy with the specified Comparator.
25386
9ef80c24fd74 8046590: fix doclint issues in swing classes, part 1 of 4
yan
parents: 23697
diff changeset
   137
     *
9ef80c24fd74 8046590: fix doclint issues in swing classes, part 1 of 4
yan
parents: 23697
diff changeset
   138
     * @param comparator the {@code Comparator} to sort by
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
    public SortingFocusTraversalPolicy(Comparator<? super Component> comparator) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
        this.comparator = comparator;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
    private List<Component> getFocusTraversalCycle(Container aContainer) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
        List<Component> cycle = new ArrayList<Component>();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
        enumerateAndSortCycle(aContainer, cycle);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
        return cycle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
    private int getComponentIndex(List<Component> cycle, Component aComponent) {
1301
15e81207e1f2 6727662: Code improvement and warnings removing from swing packages
rupashka
parents: 2
diff changeset
   150
        int index;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
        try {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
            index = Collections.binarySearch(cycle, aComponent, comparator);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
        } catch (ClassCastException e) {
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   154
            if (log.isLoggable(PlatformLogger.Level.FINE)) {
21591
35320b590d9b 8026491: Typos in string literals
malenkov
parents: 18178
diff changeset
   155
                log.fine("### During the binary search for " + aComponent + " the exception occurred: ", e);
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
            return -1;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
        if (index < 0) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
            // Fix for 5070991.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
            // A workaround for a transitivity problem caused by ROW_TOLERANCE,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
            // because of that the component may be missed in the binary search.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
            // Try to search it again directly.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
            index = cycle.indexOf(aComponent);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
        return index;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
1301
15e81207e1f2 6727662: Code improvement and warnings removing from swing packages
rupashka
parents: 2
diff changeset
   169
    private void enumerateAndSortCycle(Container focusCycleRoot, List<Component> cycle) {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
        if (focusCycleRoot.isShowing()) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
            enumerateCycle(focusCycleRoot, cycle);
25570
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   172
            if (!legacySortingFTPEnabled ||
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   173
                !legacySort(cycle, comparator))
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   174
            {
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   175
                Collections.sort(cycle, comparator);
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   176
            }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
25570
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   180
    private boolean legacySort(List<Component> l, Comparator<? super Component> c) {
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   181
        if (legacyMergeSortMethod == null)
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   182
            return false;
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   183
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   184
        Object[] a = l.toArray();
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   185
        try {
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   186
            legacyMergeSortMethod.invoke(null, a, c);
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   187
        } catch (IllegalAccessException | InvocationTargetException e) {
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   188
            return false;
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   189
        }
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   190
        ListIterator<Component> i = l.listIterator();
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   191
        for (Object e : a) {
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   192
            i.next();
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   193
            i.set((Component)e);
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   194
        }
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   195
        return true;
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   196
    }
a72022403893 8048887: SortingFocusTraversalPolicy throws IllegalArgumentException from the sort method
ant
parents: 23697
diff changeset
   197
28231
b608ffcaed74 8066621: Suppress deprecation warnings in java.desktop module
darcy
parents: 25859
diff changeset
   198
    @SuppressWarnings("deprecation")
1301
15e81207e1f2 6727662: Code improvement and warnings removing from swing packages
rupashka
parents: 2
diff changeset
   199
    private void enumerateCycle(Container container, List<Component> cycle) {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
        if (!(container.isVisible() && container.isDisplayable())) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
            return;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
        cycle.add(container);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
        Component[] components = container.getComponents();
1301
15e81207e1f2 6727662: Code improvement and warnings removing from swing packages
rupashka
parents: 2
diff changeset
   207
        for (Component comp : components) {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
            if (comp instanceof Container) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
                Container cont = (Container)comp;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
                if (!cont.isFocusCycleRoot() &&
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
                    !cont.isFocusTraversalPolicyProvider() &&
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
                    !((cont instanceof JComponent) && ((JComponent)cont).isManagingFocus()))
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
                {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
                    enumerateCycle(cont, cycle);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
                    continue;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
            cycle.add(comp);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
    Container getTopmostProvider(Container focusCycleRoot, Component aComponent) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
        Container aCont = aComponent.getParent();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
        Container ftp = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
        while (aCont  != focusCycleRoot && aCont != null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
            if (aCont.isFocusTraversalPolicyProvider()) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
                ftp = aCont;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
            aCont = aCont.getParent();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
        if (aCont == null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
            return null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
        return ftp;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
    /*
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
     * Checks if a new focus cycle takes place and returns a Component to traverse focus to.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
     * @param comp a possible focus cycle root or policy provider
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
     * @param traversalDirection the direction of the traversal
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
     * @return a Component to traverse focus to if {@code comp} is a root or provider
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
     *         and implicit down-cycle is set, otherwise {@code null}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
    private Component getComponentDownCycle(Component comp, int traversalDirection) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
        Component retComp = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
        if (comp instanceof Container) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
            Container cont = (Container)comp;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
            if (cont.isFocusCycleRoot()) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
                if (getImplicitDownCycleTraversal()) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
                    retComp = cont.getFocusTraversalPolicy().getDefaultComponent(cont);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   255
                    if (retComp != null && log.isLoggable(PlatformLogger.Level.FINE)) {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
                        log.fine("### Transfered focus down-cycle to " + retComp +
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
                                 " in the focus cycle root " + cont);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
                    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
                } else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
                    return null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
            } else if (cont.isFocusTraversalPolicyProvider()) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
                retComp = (traversalDirection == FORWARD_TRAVERSAL ?
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
                           cont.getFocusTraversalPolicy().getDefaultComponent(cont) :
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
                           cont.getFocusTraversalPolicy().getLastComponent(cont));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   267
                if (retComp != null && log.isLoggable(PlatformLogger.Level.FINE)) {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
                    log.fine("### Transfered focus to " + retComp + " in the FTP provider " + cont);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
        return retComp;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
     * Returns the Component that should receive the focus after aComponent.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
     * aContainer must be a focus cycle root of aComponent or a focus traversal policy provider.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
     * <p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
     * By default, SortingFocusTraversalPolicy implicitly transfers focus down-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
     * cycle. That is, during normal focus traversal, the Component
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
     * traversed after a focus cycle root will be the focus-cycle-root's
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
     * default Component to focus. This behavior can be disabled using the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
     * <code>setImplicitDownCycleTraversal</code> method.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
     * <p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
     * If aContainer is <a href="../../java/awt/doc-files/FocusSpec.html#FocusTraversalPolicyProviders">focus
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
     * traversal policy provider</a>, the focus is always transferred down-cycle.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
     * @param aContainer a focus cycle root of aComponent or a focus traversal policy provider
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
     * @param aComponent a (possibly indirect) child of aContainer, or
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
     *        aContainer itself
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
     * @return the Component that should receive the focus after aComponent, or
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
     *         null if no suitable Component can be found
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
     * @throws IllegalArgumentException if aContainer is not a focus cycle
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
     *         root of aComponent or a focus traversal policy provider, or if either aContainer or
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
     *         aComponent is null
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
    public Component getComponentAfter(Container aContainer, Component aComponent) {
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   298
        if (log.isLoggable(PlatformLogger.Level.FINE)) {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
            log.fine("### Searching in " + aContainer + " for component after " + aComponent);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
        if (aContainer == null || aComponent == null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
            throw new IllegalArgumentException("aContainer and aComponent cannot be null");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
        if (!aContainer.isFocusTraversalPolicyProvider() && !aContainer.isFocusCycleRoot()) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
            throw new IllegalArgumentException("aContainer should be focus cycle root or focus traversal policy provider");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
        } else if (aContainer.isFocusCycleRoot() && !aComponent.isFocusCycleRoot(aContainer)) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   309
            throw new IllegalArgumentException("aContainer is not a focus cycle root of aComponent");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
        // Before all the ckecks below we first see if it's an FTP provider or a focus cycle root.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
        // If it's the case just go down cycle (if it's set to "implicit").
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
        Component comp = getComponentDownCycle(aComponent, FORWARD_TRAVERSAL);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
        if (comp != null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
            return comp;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
        // See if the component is inside of policy provider.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
        Container provider = getTopmostProvider(aContainer, aComponent);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
        if (provider != null) {
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   322
            if (log.isLoggable(PlatformLogger.Level.FINE)) {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
                log.fine("### Asking FTP " + provider + " for component after " + aComponent);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   324
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   325
90ce3da70b43 Initial load
duke
parents:
diff changeset
   326
            // FTP knows how to find component after the given. We don't.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   327
            FocusTraversalPolicy policy = provider.getFocusTraversalPolicy();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   328
            Component afterComp = policy.getComponentAfter(provider, aComponent);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   329
90ce3da70b43 Initial load
duke
parents:
diff changeset
   330
            // Null result means that we overstepped the limit of the FTP's cycle.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   331
            // In that case we must quit the cycle, otherwise return the component found.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   332
            if (afterComp != null) {
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   333
                if (log.isLoggable(PlatformLogger.Level.FINE)) {
16839
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   334
                    log.fine("### FTP returned " + afterComp);
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   335
                }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   336
                return afterComp;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   337
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   338
            aComponent = provider;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   339
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   340
90ce3da70b43 Initial load
duke
parents:
diff changeset
   341
        List<Component> cycle = getFocusTraversalCycle(aContainer);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   342
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   343
        if (log.isLoggable(PlatformLogger.Level.FINE)) {
16839
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   344
            log.fine("### Cycle is " + cycle + ", component is " + aComponent);
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   345
        }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   346
90ce3da70b43 Initial load
duke
parents:
diff changeset
   347
        int index = getComponentIndex(cycle, aComponent);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   348
90ce3da70b43 Initial load
duke
parents:
diff changeset
   349
        if (index < 0) {
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   350
            if (log.isLoggable(PlatformLogger.Level.FINE)) {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   351
                log.fine("### Didn't find component " + aComponent + " in a cycle " + aContainer);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   352
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   353
            return getFirstComponent(aContainer);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   354
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   355
90ce3da70b43 Initial load
duke
parents:
diff changeset
   356
        for (index++; index < cycle.size(); index++) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   357
            comp = cycle.get(index);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   358
            if (accept(comp)) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   359
                return comp;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   360
            } else if ((comp = getComponentDownCycle(comp, FORWARD_TRAVERSAL)) != null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   361
                return comp;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   362
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   363
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   364
90ce3da70b43 Initial load
duke
parents:
diff changeset
   365
        if (aContainer.isFocusCycleRoot()) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   366
            this.cachedRoot = aContainer;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   367
            this.cachedCycle = cycle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   368
90ce3da70b43 Initial load
duke
parents:
diff changeset
   369
            comp = getFirstComponent(aContainer);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   370
90ce3da70b43 Initial load
duke
parents:
diff changeset
   371
            this.cachedRoot = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   372
            this.cachedCycle = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   373
90ce3da70b43 Initial load
duke
parents:
diff changeset
   374
            return comp;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   375
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   376
        return null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   377
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   378
90ce3da70b43 Initial load
duke
parents:
diff changeset
   379
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   380
     * Returns the Component that should receive the focus before aComponent.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   381
     * aContainer must be a focus cycle root of aComponent or a focus traversal policy provider.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   382
     * <p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   383
     * By default, SortingFocusTraversalPolicy implicitly transfers focus down-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   384
     * cycle. That is, during normal focus traversal, the Component
90ce3da70b43 Initial load
duke
parents:
diff changeset
   385
     * traversed after a focus cycle root will be the focus-cycle-root's
90ce3da70b43 Initial load
duke
parents:
diff changeset
   386
     * default Component to focus. This behavior can be disabled using the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   387
     * <code>setImplicitDownCycleTraversal</code> method.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   388
     * <p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   389
     * If aContainer is <a href="../../java/awt/doc-files/FocusSpec.html#FocusTraversalPolicyProviders">focus
90ce3da70b43 Initial load
duke
parents:
diff changeset
   390
     * traversal policy provider</a>, the focus is always transferred down-cycle.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   391
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   392
     * @param aContainer a focus cycle root of aComponent or a focus traversal policy provider
90ce3da70b43 Initial load
duke
parents:
diff changeset
   393
     * @param aComponent a (possibly indirect) child of aContainer, or
90ce3da70b43 Initial load
duke
parents:
diff changeset
   394
     *        aContainer itself
90ce3da70b43 Initial load
duke
parents:
diff changeset
   395
     * @return the Component that should receive the focus before aComponent,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   396
     *         or null if no suitable Component can be found
90ce3da70b43 Initial load
duke
parents:
diff changeset
   397
     * @throws IllegalArgumentException if aContainer is not a focus cycle
90ce3da70b43 Initial load
duke
parents:
diff changeset
   398
     *         root of aComponent or a focus traversal policy provider, or if either aContainer or
90ce3da70b43 Initial load
duke
parents:
diff changeset
   399
     *         aComponent is null
90ce3da70b43 Initial load
duke
parents:
diff changeset
   400
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   401
    public Component getComponentBefore(Container aContainer, Component aComponent) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   402
        if (aContainer == null || aComponent == null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   403
            throw new IllegalArgumentException("aContainer and aComponent cannot be null");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   404
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   405
        if (!aContainer.isFocusTraversalPolicyProvider() && !aContainer.isFocusCycleRoot()) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   406
            throw new IllegalArgumentException("aContainer should be focus cycle root or focus traversal policy provider");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   407
90ce3da70b43 Initial load
duke
parents:
diff changeset
   408
        } else if (aContainer.isFocusCycleRoot() && !aComponent.isFocusCycleRoot(aContainer)) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   409
            throw new IllegalArgumentException("aContainer is not a focus cycle root of aComponent");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   410
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   411
90ce3da70b43 Initial load
duke
parents:
diff changeset
   412
        // See if the component is inside of policy provider.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   413
        Container provider = getTopmostProvider(aContainer, aComponent);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   414
        if (provider != null) {
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   415
            if (log.isLoggable(PlatformLogger.Level.FINE)) {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   416
                log.fine("### Asking FTP " + provider + " for component after " + aComponent);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   417
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   418
90ce3da70b43 Initial load
duke
parents:
diff changeset
   419
            // FTP knows how to find component after the given. We don't.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   420
            FocusTraversalPolicy policy = provider.getFocusTraversalPolicy();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   421
            Component beforeComp = policy.getComponentBefore(provider, aComponent);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   422
90ce3da70b43 Initial load
duke
parents:
diff changeset
   423
            // Null result means that we overstepped the limit of the FTP's cycle.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   424
            // In that case we must quit the cycle, otherwise return the component found.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   425
            if (beforeComp != null) {
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   426
                if (log.isLoggable(PlatformLogger.Level.FINE)) {
16839
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   427
                    log.fine("### FTP returned " + beforeComp);
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   428
                }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   429
                return beforeComp;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   430
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   431
            aComponent = provider;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   432
90ce3da70b43 Initial load
duke
parents:
diff changeset
   433
            // If the provider is traversable it's returned.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   434
            if (accept(aComponent)) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   435
                return aComponent;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   436
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   437
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   438
90ce3da70b43 Initial load
duke
parents:
diff changeset
   439
        List<Component> cycle = getFocusTraversalCycle(aContainer);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   440
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   441
        if (log.isLoggable(PlatformLogger.Level.FINE)) {
16839
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   442
            log.fine("### Cycle is " + cycle + ", component is " + aComponent);
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   443
        }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   444
90ce3da70b43 Initial load
duke
parents:
diff changeset
   445
        int index = getComponentIndex(cycle, aComponent);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   446
90ce3da70b43 Initial load
duke
parents:
diff changeset
   447
        if (index < 0) {
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   448
            if (log.isLoggable(PlatformLogger.Level.FINE)) {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   449
                log.fine("### Didn't find component " + aComponent + " in a cycle " + aContainer);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   450
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   451
            return getLastComponent(aContainer);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   452
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   453
1301
15e81207e1f2 6727662: Code improvement and warnings removing from swing packages
rupashka
parents: 2
diff changeset
   454
        Component comp;
15e81207e1f2 6727662: Code improvement and warnings removing from swing packages
rupashka
parents: 2
diff changeset
   455
        Component tryComp;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   456
90ce3da70b43 Initial load
duke
parents:
diff changeset
   457
        for (index--; index>=0; index--) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   458
            comp = cycle.get(index);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   459
            if (comp != aContainer && (tryComp = getComponentDownCycle(comp, BACKWARD_TRAVERSAL)) != null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   460
                return tryComp;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   461
            } else if (accept(comp)) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   462
                return comp;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   463
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   464
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   465
90ce3da70b43 Initial load
duke
parents:
diff changeset
   466
        if (aContainer.isFocusCycleRoot()) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   467
            this.cachedRoot = aContainer;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   468
            this.cachedCycle = cycle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   469
90ce3da70b43 Initial load
duke
parents:
diff changeset
   470
            comp = getLastComponent(aContainer);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   471
90ce3da70b43 Initial load
duke
parents:
diff changeset
   472
            this.cachedRoot = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   473
            this.cachedCycle = null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   474
90ce3da70b43 Initial load
duke
parents:
diff changeset
   475
            return comp;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   476
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   477
        return null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   478
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   479
90ce3da70b43 Initial load
duke
parents:
diff changeset
   480
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   481
     * Returns the first Component in the traversal cycle. This method is used
90ce3da70b43 Initial load
duke
parents:
diff changeset
   482
     * to determine the next Component to focus when traversal wraps in the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   483
     * forward direction.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   484
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   485
     * @param aContainer a focus cycle root of aComponent or a focus traversal policy provider whose
90ce3da70b43 Initial load
duke
parents:
diff changeset
   486
     *        first Component is to be returned
90ce3da70b43 Initial load
duke
parents:
diff changeset
   487
     * @return the first Component in the traversal cycle of aContainer,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   488
     *         or null if no suitable Component can be found
90ce3da70b43 Initial load
duke
parents:
diff changeset
   489
     * @throws IllegalArgumentException if aContainer is null
90ce3da70b43 Initial load
duke
parents:
diff changeset
   490
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   491
    public Component getFirstComponent(Container aContainer) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   492
        List<Component> cycle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   493
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   494
        if (log.isLoggable(PlatformLogger.Level.FINE)) {
16839
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   495
            log.fine("### Getting first component in " + aContainer);
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   496
        }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   497
        if (aContainer == null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   498
            throw new IllegalArgumentException("aContainer cannot be null");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   499
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   500
90ce3da70b43 Initial load
duke
parents:
diff changeset
   501
        if (this.cachedRoot == aContainer) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   502
            cycle = this.cachedCycle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   503
        } else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   504
            cycle = getFocusTraversalCycle(aContainer);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   505
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   506
90ce3da70b43 Initial load
duke
parents:
diff changeset
   507
        if (cycle.size() == 0) {
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   508
            if (log.isLoggable(PlatformLogger.Level.FINE)) {
16839
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   509
                log.fine("### Cycle is empty");
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   510
            }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   511
            return null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   512
        }
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   513
        if (log.isLoggable(PlatformLogger.Level.FINE)) {
16839
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   514
            log.fine("### Cycle is " + cycle);
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   515
        }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   516
1301
15e81207e1f2 6727662: Code improvement and warnings removing from swing packages
rupashka
parents: 2
diff changeset
   517
        for (Component comp : cycle) {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   518
            if (accept(comp)) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   519
                return comp;
3082
24c8d93ac1e1 4788402: SortingFocusTraversalPolicy: prob with non-focusable focus Cycle Root as first
ant
parents: 1639
diff changeset
   520
            } else if (comp != aContainer &&
24c8d93ac1e1 4788402: SortingFocusTraversalPolicy: prob with non-focusable focus Cycle Root as first
ant
parents: 1639
diff changeset
   521
                       (comp = getComponentDownCycle(comp, FORWARD_TRAVERSAL)) != null)
24c8d93ac1e1 4788402: SortingFocusTraversalPolicy: prob with non-focusable focus Cycle Root as first
ant
parents: 1639
diff changeset
   522
            {
24c8d93ac1e1 4788402: SortingFocusTraversalPolicy: prob with non-focusable focus Cycle Root as first
ant
parents: 1639
diff changeset
   523
                return comp;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   524
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   525
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   526
        return null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   527
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   528
90ce3da70b43 Initial load
duke
parents:
diff changeset
   529
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   530
     * Returns the last Component in the traversal cycle. This method is used
90ce3da70b43 Initial load
duke
parents:
diff changeset
   531
     * to determine the next Component to focus when traversal wraps in the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   532
     * reverse direction.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   533
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   534
     * @param aContainer a focus cycle root of aComponent or a focus traversal policy provider whose
90ce3da70b43 Initial load
duke
parents:
diff changeset
   535
     *        last Component is to be returned
90ce3da70b43 Initial load
duke
parents:
diff changeset
   536
     * @return the last Component in the traversal cycle of aContainer,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   537
     *         or null if no suitable Component can be found
90ce3da70b43 Initial load
duke
parents:
diff changeset
   538
     * @throws IllegalArgumentException if aContainer is null
90ce3da70b43 Initial load
duke
parents:
diff changeset
   539
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   540
    public Component getLastComponent(Container aContainer) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   541
        List<Component> cycle;
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   542
        if (log.isLoggable(PlatformLogger.Level.FINE)) {
16839
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   543
            log.fine("### Getting last component in " + aContainer);
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   544
        }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   545
90ce3da70b43 Initial load
duke
parents:
diff changeset
   546
        if (aContainer == null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   547
            throw new IllegalArgumentException("aContainer cannot be null");
90ce3da70b43 Initial load
duke
parents:
diff changeset
   548
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   549
90ce3da70b43 Initial load
duke
parents:
diff changeset
   550
        if (this.cachedRoot == aContainer) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   551
            cycle = this.cachedCycle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   552
        } else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   553
            cycle = getFocusTraversalCycle(aContainer);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   554
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   555
90ce3da70b43 Initial load
duke
parents:
diff changeset
   556
        if (cycle.size() == 0) {
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   557
            if (log.isLoggable(PlatformLogger.Level.FINE)) {
16839
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   558
                log.fine("### Cycle is empty");
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   559
            }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   560
            return null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   561
        }
18178
ee71c923891d 8016747: Replace deprecated PlatformLogger isLoggable(int) with isLoggable(Level)
chegar
parents: 16839
diff changeset
   562
        if (log.isLoggable(PlatformLogger.Level.FINE)) {
16839
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   563
            log.fine("### Cycle is " + cycle);
d0f2e97b7359 8010297: Missing isLoggable() checks in logging code
anthony
parents: 5506
diff changeset
   564
        }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   565
90ce3da70b43 Initial load
duke
parents:
diff changeset
   566
        for (int i= cycle.size() - 1; i >= 0; i--) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   567
            Component comp = cycle.get(i);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   568
            if (accept(comp)) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   569
                return comp;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   570
            } else if (comp instanceof Container && comp != aContainer) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   571
                Container cont = (Container)comp;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   572
                if (cont.isFocusTraversalPolicyProvider()) {
30458
e8bb8c0f25ba 8073453: Focus doesn't move when pressing Shift + Tab keys
dmarkov
parents: 28231
diff changeset
   573
                    Component retComp = cont.getFocusTraversalPolicy().getLastComponent(cont);
e8bb8c0f25ba 8073453: Focus doesn't move when pressing Shift + Tab keys
dmarkov
parents: 28231
diff changeset
   574
                    if (retComp != null) {
e8bb8c0f25ba 8073453: Focus doesn't move when pressing Shift + Tab keys
dmarkov
parents: 28231
diff changeset
   575
                        return retComp;
e8bb8c0f25ba 8073453: Focus doesn't move when pressing Shift + Tab keys
dmarkov
parents: 28231
diff changeset
   576
                    }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   577
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   578
            }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   579
        }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   580
        return null;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   581
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   582
90ce3da70b43 Initial load
duke
parents:
diff changeset
   583
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   584
     * Returns the default Component to focus. This Component will be the first
90ce3da70b43 Initial load
duke
parents:
diff changeset
   585
     * to receive focus when traversing down into a new focus traversal cycle
90ce3da70b43 Initial load
duke
parents:
diff changeset
   586
     * rooted at aContainer. The default implementation of this method
90ce3da70b43 Initial load
duke
parents:
diff changeset
   587
     * returns the same Component as <code>getFirstComponent</code>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   588
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   589
     * @param aContainer a focus cycle root of aComponent or a focus traversal policy provider whose
90ce3da70b43 Initial load
duke
parents:
diff changeset
   590
     *        default Component is to be returned
90ce3da70b43 Initial load
duke
parents:
diff changeset
   591
     * @return the default Component in the traversal cycle of aContainer,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   592
     *         or null if no suitable Component can be found
90ce3da70b43 Initial load
duke
parents:
diff changeset
   593
     * @see #getFirstComponent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   594
     * @throws IllegalArgumentException if aContainer is null
90ce3da70b43 Initial load
duke
parents:
diff changeset
   595
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   596
    public Component getDefaultComponent(Container aContainer) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   597
        return getFirstComponent(aContainer);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   598
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   599
90ce3da70b43 Initial load
duke
parents:
diff changeset
   600
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   601
     * Sets whether this SortingFocusTraversalPolicy transfers focus down-cycle
90ce3da70b43 Initial load
duke
parents:
diff changeset
   602
     * implicitly. If <code>true</code>, during normal focus traversal,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   603
     * the Component traversed after a focus cycle root will be the focus-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   604
     * cycle-root's default Component to focus. If <code>false</code>, the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   605
     * next Component in the focus traversal cycle rooted at the specified
90ce3da70b43 Initial load
duke
parents:
diff changeset
   606
     * focus cycle root will be traversed instead. The default value for this
90ce3da70b43 Initial load
duke
parents:
diff changeset
   607
     * property is <code>true</code>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   608
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   609
     * @param implicitDownCycleTraversal whether this
90ce3da70b43 Initial load
duke
parents:
diff changeset
   610
     *        SortingFocusTraversalPolicy transfers focus down-cycle implicitly
90ce3da70b43 Initial load
duke
parents:
diff changeset
   611
     * @see #getImplicitDownCycleTraversal
90ce3da70b43 Initial load
duke
parents:
diff changeset
   612
     * @see #getFirstComponent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   613
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   614
    public void setImplicitDownCycleTraversal(boolean implicitDownCycleTraversal) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   615
        this.implicitDownCycleTraversal = implicitDownCycleTraversal;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   616
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   617
90ce3da70b43 Initial load
duke
parents:
diff changeset
   618
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   619
     * Returns whether this SortingFocusTraversalPolicy transfers focus down-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   620
     * cycle implicitly. If <code>true</code>, during normal focus
90ce3da70b43 Initial load
duke
parents:
diff changeset
   621
     * traversal, the Component traversed after a focus cycle root will be the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   622
     * focus-cycle-root's default Component to focus. If <code>false</code>,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   623
     * the next Component in the focus traversal cycle rooted at the specified
90ce3da70b43 Initial load
duke
parents:
diff changeset
   624
     * focus cycle root will be traversed instead.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   625
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   626
     * @return whether this SortingFocusTraversalPolicy transfers focus down-
90ce3da70b43 Initial load
duke
parents:
diff changeset
   627
     *         cycle implicitly
90ce3da70b43 Initial load
duke
parents:
diff changeset
   628
     * @see #setImplicitDownCycleTraversal
90ce3da70b43 Initial load
duke
parents:
diff changeset
   629
     * @see #getFirstComponent
90ce3da70b43 Initial load
duke
parents:
diff changeset
   630
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   631
    public boolean getImplicitDownCycleTraversal() {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   632
        return implicitDownCycleTraversal;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   633
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   634
90ce3da70b43 Initial load
duke
parents:
diff changeset
   635
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   636
     * Sets the Comparator which will be used to sort the Components in a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   637
     * focus traversal cycle.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   638
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   639
     * @param comparator the Comparator which will be used for sorting
90ce3da70b43 Initial load
duke
parents:
diff changeset
   640
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   641
    protected void setComparator(Comparator<? super Component> comparator) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   642
        this.comparator = comparator;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   643
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   644
90ce3da70b43 Initial load
duke
parents:
diff changeset
   645
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   646
     * Returns the Comparator which will be used to sort the Components in a
90ce3da70b43 Initial load
duke
parents:
diff changeset
   647
     * focus traversal cycle.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   648
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   649
     * @return the Comparator which will be used for sorting
90ce3da70b43 Initial load
duke
parents:
diff changeset
   650
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   651
    protected Comparator<? super Component> getComparator() {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   652
        return comparator;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   653
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   654
90ce3da70b43 Initial load
duke
parents:
diff changeset
   655
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   656
     * Determines whether a Component is an acceptable choice as the new
90ce3da70b43 Initial load
duke
parents:
diff changeset
   657
     * focus owner. By default, this method will accept a Component if and
90ce3da70b43 Initial load
duke
parents:
diff changeset
   658
     * only if it is visible, displayable, enabled, and focusable.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   659
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   660
     * @param aComponent the Component whose fitness as a focus owner is to
90ce3da70b43 Initial load
duke
parents:
diff changeset
   661
     *        be tested
90ce3da70b43 Initial load
duke
parents:
diff changeset
   662
     * @return <code>true</code> if aComponent is visible, displayable,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   663
     *         enabled, and focusable; <code>false</code> otherwise
90ce3da70b43 Initial load
duke
parents:
diff changeset
   664
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   665
    protected boolean accept(Component aComponent) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   666
        return fitnessTestPolicy.accept(aComponent);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   667
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   668
}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   669
90ce3da70b43 Initial load
duke
parents:
diff changeset
   670
// Create our own subclass and change accept to public so that we can call
90ce3da70b43 Initial load
duke
parents:
diff changeset
   671
// accept.
23697
e556a715949f 8034169: Fix serial lint warnings in javax.swing
darcy
parents: 23010
diff changeset
   672
@SuppressWarnings("serial") // JDK-implementation class
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   673
class SwingContainerOrderFocusTraversalPolicy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   674
    extends java.awt.ContainerOrderFocusTraversalPolicy
90ce3da70b43 Initial load
duke
parents:
diff changeset
   675
{
90ce3da70b43 Initial load
duke
parents:
diff changeset
   676
    public boolean accept(Component aComponent) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   677
        return super.accept(aComponent);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   678
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   679
}