Uses of Interface
org.eclipse.ui.intro.IIntroPart
Package
Description
Application programming interfaces for interaction
with and extension of the product introduction parts.
Provides support for customizing welcome content and presentation.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
-
Uses of IIntroPart in org.eclipse.ui.internal
Modifier and TypeMethodDescriptionWorkbenchIntroManager.getIntro()
WorkbenchIntroManager.showIntro
(IWorkbenchWindow preferredWindow, boolean standby) Modifier and TypeMethodDescriptionboolean
WorkbenchIntroManager.closeIntro
(IIntroPart part) boolean
WorkbenchIntroManager.isIntroStandby
(IIntroPart part) void
WorkbenchIntroManager.setIntroStandby
(IIntroPart part, boolean standby) -
Uses of IIntroPart in org.eclipse.ui.intro
Modifier and TypeMethodDescriptionIIntroManager.getIntro()
Returns the intro part.IIntroManager.showIntro
(IWorkbenchWindow preferredWindow, boolean standby) Shows the intro part in the given workbench window.Modifier and TypeMethodDescriptionboolean
IIntroManager.closeIntro
(IIntroPart part) Closes the given intro part.boolean
IIntroManager.isIntroStandby
(IIntroPart part) Return the standby state of the given intro part.void
IIntroManager.setIntroStandby
(IIntroPart part, boolean standby) Sets the standby state of the given intro part. -
Uses of IIntroPart in org.eclipse.ui.intro.config
Modifier and TypeClassDescriptionfinal class
A re-usable intro part that the Eclipse platform uses for its Out of the Box Experience.Modifier and TypeMethodDescriptionvoid
IStandbyContentPart.init
(IIntroPart introPart, IMemento memento) Initializes this intro standby content part with the given intro site. -
Uses of IIntroPart in org.eclipse.ui.part