odomSelectionManager.addSelectionListener(odomSelectionListener, filter);
String title = details.getTitle();
if (title != null) {
// Create a horizontal line with a the section title as the label.
labelLine = new HorizontalLabelLine(this, SWT.NONE,
getResourceString(title));
}
AttributesCompositeBuilder builder = AttributesCompositeBuilder.getSingleton();
// All the controls of each section go into the wrapped composite.