Package org.fest.swing.core
Class HierarchyBasedFocusOwnerFinder
java.lang.Object
org.fest.swing.core.HierarchyBasedFocusOwnerFinder
- All Implemented Interfaces:
FocusOwnerFinderStrategy
Understands how to find the focus owner using the roots of a component hierarchy.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ContainerFocusOwnerFinder
private final HierarchyRootsSource
-
Constructor Summary
ConstructorsConstructorDescriptionHierarchyBasedFocusOwnerFinder
(ContainerFocusOwnerFinder newDelegate, HierarchyRootsSource newRootsSource) -
Method Summary
-
Field Details
-
delegate
-
rootsSource
-
-
Constructor Details
-
HierarchyBasedFocusOwnerFinder
HierarchyBasedFocusOwnerFinder() -
HierarchyBasedFocusOwnerFinder
HierarchyBasedFocusOwnerFinder(ContainerFocusOwnerFinder newDelegate, HierarchyRootsSource newRootsSource)
-
-
Method Details
-
focusOwner
- Specified by:
focusOwner
in interfaceFocusOwnerFinderStrategy
-