Uses of Interface
org.eclipse.ui.progress.IProgressService
Packages that use IProgressService
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
Uses of IProgressService in org.eclipse.ui
Methods in org.eclipse.ui that return IProgressServiceModifier and TypeMethodDescriptionIWorkbench.getProgressService()
Returns the progress service for the workbench. -
Uses of IProgressService in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that return IProgressService -
Uses of IProgressService in org.eclipse.ui.progress
Subinterfaces of IProgressService in org.eclipse.ui.progressModifier and TypeInterfaceDescriptioninterface
IWorkbenchPartProgressService is an IProgressService that adds API for jobs that change the state in a IWorkbenchPartSite while they are being run.