FlowPanel labelContainer = new FlowPanel();
labelContainer.addStyleName(StaticResourceBundle.INSTANCE.coreCss().filterLabel());
Label pluginTitle = new Label(metaDataItem.getTitle());
pluginTitle.addClickHandler(new ClickHandler()
{
public void onClick(final ClickEvent event)
{
// clear the notification in case there was one left over from adding a prior plugin
Session.getInstance().getEventBus().notifyObservers(new HideNotificationEvent());