static void onEnterInAllTextFields(JComponent c, Runnable action) { if (action == null) ret; for (Component tf : allChildren(c)) onEnterIfTextField(tf, action); } static void onEnterInAllTextFields(L c, Runnable action) { for (O o : unnull(c)) if (o cast JComponent) onEnterInAllTextFields(o, action); }