final SapphireActionGroup actions = part.getActions();
final SapphireActionPresentationManager actionPresentationManager = new SapphireActionPresentationManager( WithPresentation.this, actions );
final SapphireKeyboardActionPresentation actionPresentationKeyboard = new SapphireKeyboardActionPresentation( actionPresentationManager );
final boolean showLabel = ( part.label() != null );
if( style == Style.CHECKBOX )
{
typeSelectorComposite.setLayout( glspacing( glayout( 2, 0, 0 ), 2 ) );