update(CoolBarItem.STOP, null, null, true);
}
});
/* Selection Listener across the Workbench */
final ISelectionListener selectionListener = new ISelectionListener() {
public void selectionChanged(IWorkbenchPart part, ISelection selection) {
update(CoolBarItem.MARK_READ, selection, part, false);
update(CoolBarItem.MOVE, selection, part, false);
update(CoolBarItem.COPY, selection, part, false);
update(CoolBarItem.STICKY, selection, part, false);