java.awt

Class FocusTraversalPolicy

  • java.lang.Object
    • java.awt.FocusTraversalPolicy
    • Constructors 
      Constructor and Description
      Ordinary member indicator FocusTraversalPolicy Reveal DetailHide Detail
       
    • Methods 
      Modifier and Type Method and Description
      Ordinary member indicator getComponentAfter Reveal DetailHide Detail
      Returns the Component that should receive the focus after aComponent.
      Ordinary member indicator getComponentBefore Reveal DetailHide Detail
      Returns the Component that should receive the focus before aComponent.
      Ordinary member indicator getDefaultComponent Reveal DetailHide Detail
      Returns the default Component to focus.
      Ordinary member indicator getFirstComponent Reveal DetailHide Detail
      Returns the first Component in the traversal cycle.
      Ordinary member indicator getInitialComponent Reveal DetailHide Detail
      Returns the Component that should receive the focus when a Window is made visible for the first time.
      Ordinary member indicator getLastComponent Reveal DetailHide Detail
      Returns the last Component in the traversal cycle.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge