/* Close Popup */
doClose();
}
};
itemLabel.addMouseListener(mouseListener);
imageLabel.addMouseListener(mouseListener);
/* Offer Label to mark item sticky */
final CLabel markStickyLabel = new CLabel(fInnerContentCircle, SWT.NONE);
markStickyLabel.setImage(item.supportsSticky() ? fItemNonStickyIcon : fItemNonStickyDisabledIcon);