Lista de edición de Javafx

list.setEditable(true);
list.setCellFactory(TextFieldListCell.forListView());
chfle