Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.ui.intro.IIntroPart

Packages that use IIntroPart
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 IIntroPart in org.eclipse.ui.intro
 

Methods in org.eclipse.ui.intro that return IIntroPart
 IIntroPart IIntroManager.getIntro()
          Returns the intro part.
 IIntroPart IIntroManager.showIntro(IWorkbenchWindow preferredWindow, boolean standby)
          Shows the intro part in the given workbench window.
 

Methods in org.eclipse.ui.intro with parameters of type IIntroPart
 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.
 

Uses of IIntroPart in org.eclipse.ui.intro.config
 

Classes in org.eclipse.ui.intro.config that implement IIntroPart
 class CustomizableIntroPart
          A re-usable intro part that the Eclipse platform uses for its Out of the Box Experience.
 

Methods in org.eclipse.ui.intro.config with parameters of type IIntroPart
 void 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
 

Classes in org.eclipse.ui.part that implement IIntroPart
 class IntroPart
          Abstract base implementation of an intro part.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.