* @param parent The parent composite in which the section should be
* created
*/
private void createAssetMetadataSection(Composite parent) {
metadataSection =
new AssetMetadataSection(parent, SWT.NONE, getContext(),
getComboDescriptors());
GridData data = new GridData(GridData.FILL_HORIZONTAL | GridData.VERTICAL_ALIGN_BEGINNING);
metadataSection.setLayoutData(data);
}