Package com.im.commons.ui
Class IJCSwingUtilities
- java.lang.Object
-
- com.im.commons.ui.IJCSwingUtilities
-
public final class IJCSwingUtilities extends java.lang.Object
A collection of utility methods for Swing which are not part ofSwingUtilities
.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<? extends java.awt.Component>
getDescendants(javax.swing.JComponent parent)
Get descendant (all children recursively) for the given component.
-
-
-
Method Detail
-
getDescendants
public static java.util.List<? extends java.awt.Component> getDescendants(javax.swing.JComponent parent)
Get descendant (all children recursively) for the given component.- Parameters:
parent
- component whose descendants are returned- Returns:
- descendants of the given component
-
-