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.intro.contentproviders |
Contains classes which can be used to add controls to a welcome page.
|
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 |
---|---|
IIntroSite |
IIntroPart.getIntroSite()
Returns the site for this intro part.
|
Modifier and Type | Method and Description |
---|---|
void |
IIntroPart.init(IIntroSite site,
IMemento memento)
Initializes this intro part with the given intro site.
|
Modifier and Type | Field and Description |
---|---|
protected IIntroSite |
IntroConfigurer.site |
Modifier and Type | Method and Description |
---|---|
void |
CustomizableIntroPart.init(IIntroSite site,
IMemento memento) |
void |
IntroConfigurer.init(IIntroSite site,
Map 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.
|
Modifier and Type | Method and Description |
---|---|
void |
AlwaysWelcomeCheckbox.run(IIntroSite site,
Properties params)
Method called when box is clicked in html (swt is handled with a
SelectionAdapter - both methods call reverseShowIntroState())
|
Modifier and Type | Method and Description |
---|---|
IIntroSite |
IntroPart.getIntroSite() |
Modifier and Type | Method and Description |
---|---|
void |
IntroPart.init(IIntroSite site,
IMemento memento)
The base implementation of this
IIntroPart method ignores the
memento and initializes the part in a fresh state. |
protected void |
IntroPart.setSite(IIntroSite site)
Sets the part site.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.