Community
Participate
Working Groups
return;
}
// Clear the placeholder if it is still there
WorkbenchJob clearJob = new WorkbenchJob(
WorkbenchJob clearJob = getClearJob(placeholder);
clearJob.setSystem(true);
clearJob.schedule();
protected WorkbenchJob getClearJob(final PendingUpdateAdapter placeholder) {
return new WorkbenchJob(
ProgressMessages.DeferredTreeContentManager_ClearJob) {
/*
* (non-Javadoc)
return Status.OK_STATUS;
};
/**