Method Summary |
|
void | addCollector(IProgressUpdateCollector newCollector) Add the new collector to the list of collectors. |
public void | addGroup(GroupInfo info) |
public void | addJob(JobInfo info) |
static void | clearSingleton() |
UpdatesInfo | getCurrentInfo() Get the updates info that we are using in the receiver. |
static ProgressViewUpdater | getSingleton() Return a new instance of the receiver. |
static boolean | hasSingleton() Return whether or not there is a singleton for updates to avoid creating
extra listeners. |
boolean | isUpdateJob(Job job) Return whether or not this is the update job. |
public void | refresh(JobInfo info) Refresh the supplied JobInfo. |
public void | refreshAll() |
public void | refreshGroup(GroupInfo info) |
public void | refreshJobInfo(JobInfo info) |
void | removeCollector(IProgressUpdateCollector provider) Remove the collector from the list of collectors. |
public void | removeGroup(GroupInfo group) |
public void | removeJob(JobInfo info) |
void | scheduleUpdate() Schedule an update. |
public boolean | showsDebug() |