Package org.fest.swing.hierarchy
Class JDesktopPaneChildrenFinder
java.lang.Object
org.fest.swing.hierarchy.JDesktopPaneChildrenFinder
- All Implemented Interfaces:
ChildrenFinderStrategy
Understands how to find children components in a
JDesktopPane
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Collection<Component>
Returns the non-explicit children of a container.
-
Constructor Details
-
JDesktopPaneChildrenFinder
JDesktopPaneChildrenFinder()
-
-
Method Details
-
nonExplicitChildrenOf
Description copied from interface:ChildrenFinderStrategy
Returns the non-explicit children of a container. Non-explicit children are components considered to be children of the given container but cannot be obtained by calling
.Container.getComponents()
Note: Implementations of this method should not use the event dispatch thread (EDT.) Clients are responsible for invoking this method in the EDT.
- Specified by:
nonExplicitChildrenOf
in interfaceChildrenFinderStrategy
- Parameters:
c
- the container whose children we are looking for.- Returns:
- a collection containing the non-explicit children found.
-
internalFramesFromIcons
-