columnHandler = new BooleanPropertyColumnHandler( this.tableViewer, this.selectionProvider, part(),
allColumnHandlers, childPropertyPath, showImages );
}
else
{
PopUpListFieldStyle popUpListFieldPresentationStyle = null;
if( childProperty.isOfType( Enum.class ) )
{
popUpListFieldPresentationStyle = PopUpListFieldStyle.STRICT;
}