Uses of Interface
org.eclipse.ui.intro.IIntroSite
Packages that use 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
Methods in org.eclipse.ui.intro that return IIntroSiteModifier and TypeMethodDescriptionIIntroPart.getIntroSite()Returns the site for this intro part.Methods in org.eclipse.ui.intro with parameters of type IIntroSiteModifier and TypeMethodDescriptionvoidIIntroPart.init(IIntroSite site, IMemento memento) Initializes this intro part with the given intro site. -
Uses of IIntroSite in org.eclipse.ui.intro.config
Fields in org.eclipse.ui.intro.config declared as IIntroSiteMethods in org.eclipse.ui.intro.config with parameters of type IIntroSiteModifier and TypeMethodDescriptionvoidCustomizableIntroPart.init(IIntroSite site, IMemento memento) voidIntroConfigurer.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.voidIIntroAction.run(IIntroSite site, Properties params) Called to run this intro command. -
Uses of IIntroSite in org.eclipse.ui.intro.contentproviders
Methods in org.eclipse.ui.intro.contentproviders with parameters of type IIntroSiteModifier and TypeMethodDescriptionvoidAlwaysWelcomeCheckbox.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
Methods in org.eclipse.ui.part that return IIntroSiteMethods in org.eclipse.ui.part with parameters of type IIntroSiteModifier and TypeMethodDescriptionvoidIntroPart.init(IIntroSite site, IMemento memento) The base implementation of thisIIntroPartmethod ignores the memento and initializes the part in a fresh state.protected voidIntroPart.setSite(IIntroSite site) Sets the part site.