API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. FocusTraversalPolicy View Source
Author(s)
David Mendenhall
Since
1.4
Version
1.9, 11/17/05
Serial
Hierarchy
 Object
      FocusTraversalPolicy
Implements
Subclasses
Description
publicabstract abstract class FocusTraversalPolicy
  A FocusTraversalPolicy defines the order in which Components with a particular focus cycle root are traversed.
Constructors
public FocusTraversalPolicy ()
Methods
Hide/Show inherited methods
publicabstract Component getComponentAfter (Container aContainer, Component aComponent)
  Returns the Component that should receive the focus after aComponent.
publicabstract Component getComponentBefore (Container aContainer, Component aComponent)
  Returns the Component that should receive the focus before aComponent.
publicabstract Component getDefaultComponent (Container aContainer)
  Returns the default Component to focus.
publicabstract Component getFirstComponent (Container aContainer)
  Returns the first Component in the traversal cycle.
public Component getInitialComponent (Window window)
  Returns the Component that should receive the focus when a Window is made visible for the first time.
publicabstract Component getLastComponent (Container aContainer)
  Returns the last Component in the traversal cycle.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar