textField.setEditable(true)
Otherwise i would do it from the fxml where you can set it in the object line like editable="true" disable="true"
Just found this one but this is perfect for ya callSignTextField.setDisable(true);
You could set the textfield equal to the empty string? What are your goals?
I was trying add a hide functionality to the text field that translates our morse code to english.