Package com.jgoodies.forms.internal
Class FocusTraversalUtilsAccessor
java.lang.Object
com.jgoodies.forms.internal.FocusTraversalUtilsAccessor
Provides access to the FocusTraversalUtils class that ships with the
JGoodies Standard Dialog Library (JSDL).
Note: This class is not part of the public Forms API.
It's intended for implementation purposes only.
The class's API may change at any time.
- Version:
- $Revision: 1.1 $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static Method
static void
tryToBuildAFocusGroup
(AbstractButton... buttons) Tries to group the given buttons using the FocusTraversalUtils class - if available.
-
Field Details
-
FOCUS_TRAVERSAL_UTILS_NAME
The name of theFocusTraversalUtils
from the JSDL Common library. This utility can group buttons if the focus traversal policy supports grouping, such as theJGContainerOrderFocusTraversalPolicy
andJGLayoutFocusTraversalPolicy
from the JSDL Common.- See Also:
-
groupMethod
Holds the public static methodcom.jgoodies.jsdl.common.focus.FocusTraversalUtils#group
.
-
-
Constructor Details
-
FocusTraversalUtilsAccessor
private FocusTraversalUtilsAccessor()
-
-
Method Details
-
tryToBuildAFocusGroup
Tries to group the given buttons using the FocusTraversalUtils class - if available. Does nothing, if this class is not in the class path. -
getGroupMethod
-