Not sure what the problem is. You can always call a static method to get a String that can be put into a text field.
aTextField.setText(ClassName.staticMethod()); // set value of textfield using...