public class javax.swing
DefaultFocusManager


Hide details Login
Java SE 6
  
Extends: KeyboardFocusManager > DefaultKeyboardFocusManager > FocusManager

This class has been obsoleted by the 1.4 focus APIs. While client code may still use this class, developers are strongly encouraged to use java.awt.KeyboardFocusManager and java.awt.DefaultKeyboardFocusManager instead.

Please see How to Use the Focus Subsystem, a section in The Java Tutorial, and the Focus Specification for more information.
version1.30, 11/17/05


Constructors
public DefaultFocusManager()

Methods
public boolean compareTabOrder(Component a, Component b)

Properties
public Component getComponentAfter(Container aContainer, Component aComponent)
public Component getComponentBefore(Container aContainer, Component aComponent)
public Component getFirstComponent(Container aContainer)
public Component getLastComponent(Container aContainer)