/**
* Called by the framework to fill in the contents
*/
protected void createFormContent(IManagedForm managedForm) {
final Form2Panel form2Panel = setup2ColumnLayout(managedForm, editor.isAggregate() ? 50 : 90,
editor.isAggregate() ? 50 : 10);
managedForm.getForm().setText("Capabilities: Inputs and Outputs");
managedForm.addPart(/* inputSection = */new CapabilitySection(editor, form2Panel.left));
managedForm.addPart(sofaMapSection = new SofaMapSection(editor, form2Panel.right));
createToolBarActions(managedForm);