Class IJCSwingUtilities


  • public final class IJCSwingUtilities
    extends java.lang.Object
    A collection of utility methods for Swing which are not part of SwingUtilities.
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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