static void onEnterInAllTextFields(JComponent c, O action) { if (action == null) ret; for (JTextField tf : childrenOfType(c, JTextField.class)) onEnter(tf, action); }