valueComposite, wrapper.getValue(), type,
wrapper.getObjectName().getCanonicalName(), attrInfo.getName(),
writable, updateAttributeHandler, toolkit);
GridData gd = new GridData(SWT.FILL, SWT.FILL, true, true);
attrControl.setLayoutData(gd);
attrControl.pack(true);
} catch (Throwable t) {
JMXUIActivator.log(IStatus.ERROR, NLS.bind(
Messages.MBeanAttributeValue_Warning, attrInfo.getName()),
t);
Label errorLabel = toolkit.createLabel(valueComposite,