| java.awt.DefaultKeyboardFocusManager org.underworldlabs.swing.CustomKeyboardFocusManager
CustomKeyboardFocusManager | public class CustomKeyboardFocusManager extends DefaultKeyboardFocusManager (Code) | | Custom KeyboardFocusManager to mainly control the focus of
JTextField objects within a container. This
provides the functionaliaty to select (highlight) any
text already contained within the field when focus is
gained through keyboard traversal (ie. TAB key).
author: Takis Diakoumis version: $Revision: 1.4 $ |
focusNextComponent | public void focusNextComponent(Component aComponent)(Code) | | Focuses the Component after aComponent, typically based on a
FocusTraversalPolicy.
Parameters: the - Component that is the basis for the focustraversal operation |
focusPreviousComponent | public void focusPreviousComponent(Component aComponent)(Code) | | Focuses the Component before aComponent, typically based on a
FocusTraversalPolicy.
Parameters: aComponent - the Component that is the basis for the focustraversal operation |
|
|