org.eclipse.ui.intro.config |
Package-level Javadoc
Provides support for customizing welcome content and presentation.
Package Specification
This package contains the API for customizing the welcome content and presentation. It
defines two extension points. The org.eclipse.ui.intro.config extension
point provides the ability to take full control of welcome and customize all aspects of
it. The org.eclipse.ui.intro.configExtension extension point provides the
ability to extend another plug-in's welcome configuration and modify it. For example,
org.eclipse.ui.intro.config could be use to completely redefine the structure
of the welcome content and org.eclipse.ui.intro.configExtension could be used
to provide a new theme to an existing welcome configuration.
|
Java Source File Name | Type | Comment |
CustomizableIntroPart.java | Class | A re-usable intro part that the Eclipse platform uses for its Out of the Box
Experience. |
IIntroAction.java | Interface | An Intro action. |
IIntroContentProvider.java | Interface | A content provider for dynamic intro content. |
IIntroContentProviderSite.java | Interface | An interface between a content provider and its parent container. |
IIntroURL.java | Interface | An Intro url. |
IIntroXHTMLContentProvider.java | Interface | A content provider for dynamic XHTML Intro content. |
IntroConfigurer.java | Class | Classes that extend this abstract class are used to configure CustomizableIntroPart . |
IntroElement.java | Class | Used to provide children of the computed gruops while constructing intro content. |
IntroURLFactory.java | Class | Factory class used to create instances of an Intro URL. |
IStandbyContentPart.java | Interface | An Intro standby part. |