Package | Description |
---|---|
org.eclipse.ui.intro |
Application programming interfaces for interaction
with and extension of the product introduction parts.
|
org.eclipse.ui.intro.config |
Provides support for customizing welcome content and presentation.
|
org.eclipse.ui.part |
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
|
Modifier and Type | Method and Description |
---|---|
IIntroPart |
IIntroManager.getIntro()
Returns the intro part.
|
IIntroPart |
IIntroManager.showIntro(IWorkbenchWindow preferredWindow,
boolean standby)
Shows the intro part in the given workbench window.
|
Modifier and Type | Method and Description |
---|---|
boolean |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomizableIntroPart
A re-usable intro part that the Eclipse platform uses for its Out of the Box
Experience.
|
Modifier and Type | Method and Description |
---|---|
void |
IStandbyContentPart.init(IIntroPart introPart,
IMemento memento)
Initializes this intro standby content part with the given intro site.
|
Modifier and Type | Class and Description |
---|---|
class |
IntroPart
Abstract base implementation of an intro part.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.