Example usage for Java java.awt FocusTraversalPolicy fields, constructors, methods, implement or subclass
The text is from its open source code.
Component | getComponentAfter(Container aContainer, Component aComponent) Returns the Component that should receive the focus after aComponent. |
Component | getComponentBefore(Container aContainer, Component aComponent) Returns the Component that should receive the focus before aComponent. |
Component | getDefaultComponent(Container aContainer) Returns the default Component to focus. |
Component | getFirstComponent(Container aContainer) Returns the first Component in the traversal cycle. |