fieldsPopupPanel.center();
}
});
panel.add(openFieldsEditor);
fieldsEditor = new FieldsEditor(service, /* This is the root, no field name req'd */"");
fieldsEditor.setProperties(responseSchema.getProperties());
fieldsPlaceholder.add(fieldsEditor);
}
// Add the description (and maybe fields editor link) to the table.