previewLink.addLeftButtonListener( new RemoveLinkLeftButtonListener() );
previewLink.setText( TextProvider.get().common_remove_text() );
panel.add( previewLink );
panel.add( new HTML( ") " ) );
this.removeAttachmentAction = new RemoveAttachmentAction( attachment, view );
this.contextMenu = new Menu();
this.removeItem = UIFactory.createMenuItem( this.removeAttachmentAction );
this.contextMenu.addItem( this.removeItem );
}