| Package | Description | 
|---|---|
| com.jgoodies.forms.builder | Contains optional builder classes of the Forms framework. | 
| com.jgoodies.forms.internal | |
| com.jgoodies.forms.util | Consists of Forms framework helper classes for unit conversion and layout styles | 
| Modifier and Type | Method and Description | 
|---|---|
| ListViewBuilder | ListViewBuilder. focusTraversalType(FocusTraversalType focusTraversalType) | 
| FormBuilder | FormBuilder. focusTraversalType(FocusTraversalType focusTraversalType)Sets either a layout or container order focus traversal policy. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | InternalFocusSetupUtils. checkValidFocusTraversalSetup(FocusTraversalPolicy policy,
                             FocusTraversalType type,
                             Component initialComponent)Checks that if the API user has set a focus traversal policy,
 no focus traversal type and no initial component has been set. | 
| static FocusTraversalPolicy | InternalFocusSetupUtils. getOrCreateFocusTraversalPolicy(FocusTraversalPolicy policy,
                               FocusTraversalType type,
                               Component initialComponent) | 
| static void | InternalFocusSetupUtils. setupFocusTraversalPolicyAndProvider(JComponent container,
                                    FocusTraversalPolicy policy,
                                    FocusTraversalType type,
                                    Component initialComponent) | 
| Modifier and Type | Method and Description | 
|---|---|
| static FocusTraversalType | FocusTraversalType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static FocusTraversalType[] | FocusTraversalType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
Copyright © 2002-2015 JGoodies Software GmbH. All Rights Reserved.