|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IIntroSite | |
org.eclipse.ui.intro | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.intro.config | |
org.eclipse.ui.part | 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 IIntroSite | |
IIntroSite |
IIntroPart.getIntroSite()
Returns the site for this intro part. |
Methods in org.eclipse.ui.intro with parameters of type IIntroSite | |
void |
IIntroPart.init(IIntroSite site,
IMemento memento)
Initializes this intro part with the given intro site. |
Uses of IIntroSite in org.eclipse.ui.intro.config |
Methods in org.eclipse.ui.intro.config with parameters of type IIntroSite | |
void |
CustomizableIntroPart.init(IIntroSite site,
IMemento memento)
|
void |
IIntroAction.run(IIntroSite site,
Properties params)
Called to run this intro command. |
Uses of IIntroSite in org.eclipse.ui.part |
Methods in org.eclipse.ui.part that return IIntroSite | |
IIntroSite |
IntroPart.getIntroSite()
|
IIntroSite |
IntroPart.getIntroSite()
|
Methods in org.eclipse.ui.part with parameters of type IIntroSite | |
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. |
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. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.