Uses of Interface
org.eclipse.ui.intro.IIntroSite
Package
Description
Application programming interfaces for interaction
with and extension of the product introduction parts.
Provides support for customizing welcome content and presentation.
Contains classes which can be used to add controls to a welcome page.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
-
Uses of IIntroSite in org.eclipse.ui.intro
Modifier and TypeMethodDescriptionIIntroPart.getIntroSite()
Returns the site for this intro part.Modifier and TypeMethodDescriptionvoid
IIntroPart.init
(IIntroSite site, IMemento memento) Initializes this intro part with the given intro site. -
Uses of IIntroSite in org.eclipse.ui.intro.config
Modifier and TypeMethodDescriptionvoid
CustomizableIntroPart.init
(IIntroSite site, IMemento memento) void
IntroConfigurer.init
(IIntroSite site, Map<String, String> themeProperties) Provides the opportunity for the configurer to contribute to the action bars and to fetch presentation theme properties.void
IIntroAction.run
(IIntroSite site, Properties params) Called to run this intro command. -
Uses of IIntroSite in org.eclipse.ui.intro.contentproviders
Modifier and TypeMethodDescriptionvoid
AlwaysWelcomeCheckbox.run
(IIntroSite site, Properties params) Method called when box is clicked in html (swt is handled with a SelectionAdapter - both methods call reverseShowIntroState()) -
Uses of IIntroSite in org.eclipse.ui.part
Modifier and TypeMethodDescriptionvoid
IntroPart.init
(IIntroSite site, IMemento memento) The base implementation of thisIIntroPart
method ignores the memento and initializes the part in a fresh state.protected void
IntroPart.setSite
(IIntroSite site) Sets the part site.