}
else if( event instanceof LabelChangedEvent )
{
final StringBuilder buf = new StringBuilder();
buf.append( "<form><p vspace=\"false\"><a href=\"action\" nowrap=\"true\">" );
buf.append( part.label( CapitalizationType.FIRST_WORD_ONLY ) );
buf.append( "</a></p></form>" );
text.setText( buf.toString(), true, false );
composite.getParent().layout( true, true );