jdk/src/java.desktop/share/classes/java/awt/Container.java
changeset 28059 e576535359cc
parent 27279 a5914bdb193c
child 28236 610561ed1847
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
  3191      *
  3191      *
  3192      * @param id one of KeyboardFocusManager.FORWARD_TRAVERSAL_KEYS,
  3192      * @param id one of KeyboardFocusManager.FORWARD_TRAVERSAL_KEYS,
  3193      *        KeyboardFocusManager.BACKWARD_TRAVERSAL_KEYS,
  3193      *        KeyboardFocusManager.BACKWARD_TRAVERSAL_KEYS,
  3194      *        KeyboardFocusManager.UP_CYCLE_TRAVERSAL_KEYS, or
  3194      *        KeyboardFocusManager.UP_CYCLE_TRAVERSAL_KEYS, or
  3195      *        KeyboardFocusManager.DOWN_CYCLE_TRAVERSAL_KEYS
  3195      *        KeyboardFocusManager.DOWN_CYCLE_TRAVERSAL_KEYS
  3196      * @return <code>true</code> if the the Set of focus traversal keys for the
  3196      * @return <code>true</code> if the Set of focus traversal keys for the
  3197      *         given focus traversal operation has been explicitly defined for
  3197      *         given focus traversal operation has been explicitly defined for
  3198      *         this Component; <code>false</code> otherwise.
  3198      *         this Component; <code>false</code> otherwise.
  3199      * @throws IllegalArgumentException if id is not one of
  3199      * @throws IllegalArgumentException if id is not one of
  3200      *         KeyboardFocusManager.FORWARD_TRAVERSAL_KEYS,
  3200      *         KeyboardFocusManager.FORWARD_TRAVERSAL_KEYS,
  3201      *        KeyboardFocusManager.BACKWARD_TRAVERSAL_KEYS,
  3201      *        KeyboardFocusManager.BACKWARD_TRAVERSAL_KEYS,