| java.lang.Object org.eclipse.ui.internal.progress.WorkbenchSiteProgressService
WorkbenchSiteProgressService | public class WorkbenchSiteProgressService implements IWorkbenchSiteProgressService,IJobBusyListener(Code) | | The WorkbenchSiteProgressService is the concrete implementation of the
WorkbenchSiteProgressService used by the workbench components.
|
Method Summary | |
public void | busyCursorWhile(IRunnableWithProgress runnable) | public void | decrementBusy(Job job) | public void | decrementBusy() | public void | dispose() Dispose the resources allocated by the receiver. | public Image | getIconFor(Job job) | public IJobChangeListener | getJobChangeListener(Job job, boolean useHalfBusyCursor) Get the job change listener for this site. | public int | getLongOperationTime() | public void | incrementBusy(Job job) | public void | incrementBusy() | public void | registerIconForFamily(ImageDescriptor icon, Object family) | public void | run(boolean fork, boolean cancelable, IRunnableWithProgress runnable) | public void | runInUI(IRunnableContext context, IRunnableWithProgress runnable, ISchedulingRule rule) | public void | schedule(Job job, long delay, boolean useHalfBusyCursor) | public void | schedule(Job job, long delay) | public void | schedule(Job job) | public void | showBusyForFamily(Object family) | public void | showInDialog(Shell shell, Job job) | public void | warnOfContentChange() |
changeListeners | IPropertyChangeListener[] changeListeners(Code) | | |
listener | IJobChangeListener listener(Code) | | |
WorkbenchSiteProgressService | public WorkbenchSiteProgressService(PartSite partSite)(Code) | | Create a new instance of the receiver with a site of partSite
Parameters: partSite - PartSite. |
decrementBusy | public void decrementBusy(Job job)(Code) | | |
decrementBusy | public void decrementBusy()(Code) | | |
dispose | public void dispose()(Code) | | Dispose the resources allocated by the receiver.
|
getIconFor | public Image getIconFor(Job job)(Code) | | |
getJobChangeListener | public IJobChangeListener getJobChangeListener(Job job, boolean useHalfBusyCursor)(Code) | | Get the job change listener for this site.
Parameters: job - Parameters: useHalfBusyCursor - IJobChangeListener |
getLongOperationTime | public int getLongOperationTime()(Code) | | |
incrementBusy | public void incrementBusy(Job job)(Code) | | |
incrementBusy | public void incrementBusy()(Code) | | |
registerIconForFamily | public void registerIconForFamily(ImageDescriptor icon, Object family)(Code) | | |
schedule | public void schedule(Job job, long delay, boolean useHalfBusyCursor)(Code) | | |
schedule | public void schedule(Job job, long delay)(Code) | | |
schedule | public void schedule(Job job)(Code) | | |
showBusyForFamily | public void showBusyForFamily(Object family)(Code) | | |
showInDialog | public void showInDialog(Shell shell, Job job)(Code) | | |
warnOfContentChange | public void warnOfContentChange()(Code) | | |
|
|