The intro part is a visual component within the workbench responsible for introducing the product to new users. The intro part is typically shown the first time a product is started up.
The intro part implementation is contributed to the workbench via the org.eclipse.ui.intro
extension point. There can be several intro part implementations, and associations between intro part implementations and products. The workbench will only make use of the intro part implementation for the current product (as given by {@link org.eclipse.core.runtime.Platform#getProduct()}. There is at most one intro part instance in the entire workbench, and it resides in exactly one workbench window at a time.
This interface in not intended to be directly implemented. Rather, clients providing a intro part implementation should subclass {@link org.eclipse.ui.part.IntroPart}.
@see org.eclipse.ui.intro.IIntroManager#showIntro(org.eclipse.ui.IWorkbenchWindow,boolean)
@since 3.0