Interface JideSwingUtilities.ConditionHandler

    • Method Detail

      • stopCondition

        boolean stopCondition​(java.awt.Component c)
        If this method returns true, the recursive call will stop at the component and will not call to its children.
        Parameters:
        c - the component
        Returns:
        true or false.