GridLayout layout = new GridLayout();
layout.marginWidth = 2;
layout.marginHeight = 2;
container.setLayout(layout);
operationsTable = new MBeanOperationsTable(container, toolkit);
operationsTable.setInput(wrapper);
final SectionPart spart = new SectionPart(section);
managedForm.addPart(spart);
operationsTable.getViewer().addSelectionChangedListener(