public final class DockSwingUtilities extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsAWTComponents(Component component)
Checks whether the tree of components, starting with
component,
contains elements that are not from Swing but from AWT. |
public static boolean containsAWTComponents(Component component)
component,
contains elements that are not from Swing but from AWT.component - the top of the treetrue if at least one AWT component was foundCopyright © 2017 Docking Frames. All rights reserved.