public final class FocusTraversalUtilsAccessor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
FOCUS_TRAVERSAL_UTILS_NAME
The name of the
FocusTraversalUtils from the JSDL Common library. |
private static java.lang.reflect.Method |
groupMethod
Holds the public static method
com.jgoodies.jsdl.common.focus.FocusTraversalUtils#group. |
| Modifier | Constructor and Description |
|---|---|
private |
FocusTraversalUtilsAccessor() |
| Modifier and Type | Method and Description |
|---|---|
private static java.lang.reflect.Method |
getGroupMethod() |
static void |
tryToBuildAFocusGroup(javax.swing.AbstractButton... buttons)
Tries to group the given buttons using the FocusTraversalUtils class
- if available.
|
private static final java.lang.String FOCUS_TRAVERSAL_UTILS_NAME
FocusTraversalUtils from the JSDL Common library.
This utility can group buttons if the focus traversal policy supports
grouping, such as the JGContainerOrderFocusTraversalPolicy and
JGLayoutFocusTraversalPolicy from the JSDL Common.private static java.lang.reflect.Method groupMethod
com.jgoodies.jsdl.common.focus.FocusTraversalUtils#group.public static void tryToBuildAFocusGroup(javax.swing.AbstractButton... buttons)
private static java.lang.reflect.Method getGroupMethod()