Application programming interfaces for working with history
Package Specification
This package specifies the API for providing history pages to the history view.
ApplicationWindow
An application window is a high-level "main window", with built-in
support for an optional menu bar with standard menus, an optional toolbar,
and an optional status line.
IWizardContainer
Interface for containers that can host a wizard.
interface
IWizardContainer2 IWizardContainer2 is a supplement to
IWizardContainer that adds a method for updating the size of
the wizard shell based on the contents of the current page.
ISynchronizePageConfiguration.setRunnableContext(
IRunnableContext context)
Sets the runnable context that can be used by the page's
actions to display progress.
IProgressService
The progress service is the primary interface to the workbench progress
support.
interface
IWorkbenchSiteProgressService
IWorkbenchPartProgressService is an IProgressService that adds API for jobs
that change the state in a IWorkbenchPartSite while they are being run.