org.eclipse.ui.intro |
Package-level Javadoc
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Package Specification
This package provides application programming interfaces for dealing with
intro parts. An 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.
|
Java Source File Name | Type | Comment |
IIntroManager.java | Interface | Manages the intro part that introduces the product to new users. |
IIntroPart.java | Interface | The intro part is a visual component within the workbench responsible for
introducing the product to new users. |
IIntroSite.java | Interface | The primary interface between an intro part and the workbench. |
IntroContentDetector.java | Class | An intro content detector is used when starting the Workbench to determine if
new intro content is available. |