Please note that this translation of the specification is the result of a java.net community project ( https://jdk5-api-pt-br.dev.java.net/ ). The official version of the specification is the US English language version which can be found at http://java.sun.com/j2se/1.5.0/docs/api/. In case of disputes, the authoritative version of the specification is the original, English document.
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.KeyboardFocusManager
java.awt.DefaultKeyboardFocusManager
javax.swing.FocusManager
javax.swing.DefaultFocusManager
public class DefaultFocusManager
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.
| Field Summary |
|---|
| Fields inherited from class javax.swing.FocusManager |
|---|
FOCUS_MANAGER_CLASS_PROPERTY |
| Fields inherited from class java.awt.KeyboardFocusManager |
|---|
BACKWARD_TRAVERSAL_KEYS, DOWN_CYCLE_TRAVERSAL_KEYS, FORWARD_TRAVERSAL_KEYS, UP_CYCLE_TRAVERSAL_KEYS |
| Constructor Summary | |
|---|---|
DefaultFocusManager()
|
|
| Method Summary | |
|---|---|
boolean |
compareTabOrder(Component a,
Component b)
|
Component |
getComponentAfter(Container aContainer,
Component aComponent)
|
Component |
getComponentBefore(Container aContainer,
Component aComponent)
|
Component |
getFirstComponent(Container aContainer)
|
Component |
getLastComponent(Container aContainer)
|
| Methods inherited from class javax.swing.FocusManager |
|---|
disableSwingFocusManager, getCurrentManager, isFocusManagerEnabled, setCurrentManager |
| Methods inherited from class java.awt.DefaultKeyboardFocusManager |
|---|
dequeueKeyEvents, discardKeyEvents, dispatchEvent, dispatchKeyEvent, downFocusCycle, enqueueKeyEvents, focusNextComponent, focusPreviousComponent, postProcessKeyEvent, processKeyEvent, upFocusCycle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultFocusManager()
| Method Detail |
|---|
public Component getComponentAfter(Container aContainer,
Component aComponent)
public Component getComponentBefore(Container aContainer,
Component aComponent)
public Component getFirstComponent(Container aContainer)
public Component getLastComponent(Container aContainer)
public boolean compareTabOrder(Component a,
Component b)
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
Copyright 2006 Sun Microsystems, Inc. Todos os direitos reservados. O uso está sujeito aos termos da licensa.