// Javadoc inherited
public AssetAttributesSection createAssetAttributesSection(
Composite parent, EditorContext context,
PropertyDescriptor[] attributes, Map policyReferenceTypes,
Map comboDescriptors) {
return new AssetAttributesSection(parent, SWT.NONE, context, attributes,
policyReferenceTypes, comboDescriptors);
}