|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Manages the intro part that introduces the product to new users. The intro part is typically shown the first time a product is started up.
The initial behavior of the intro part is controlled by the application from via the WorkbenchAdvisor.openIntro(IWorkbenchWindowConfigurer) method.
See IIntroPart for details on where intro parts come from.
This interface is not intended to be extended or implemented by clients.
Method Summary | |
boolean | closeIntro(IIntroPart part)
Closes the given intro part. |
IIntroPart | getIntro()
Returns the intro part. |
boolean | hasIntro()
Return whether an intro is available. |
boolean | isIntroStandby(IIntroPart part)
Return the standby state of the given intro part. |
void | setIntroStandby(IIntroPart part,
boolean standby)
Sets the standby state of the given intro part. |
IIntroPart | showIntro(IWorkbenchWindow preferredWindow,
boolean standby)
Shows the intro part in the given workbench window. |
Method Detail |
public boolean closeIntro(IIntroPart part)
public IIntroPart getIntro()
public boolean hasIntro()
public boolean isIntroStandby(IIntroPart part)
public void setIntroStandby(IIntroPart part, boolean standby)
This method does nothing if the part is null or is not the intro part returned by getIntro().
public IIntroPart showIntro(IWorkbenchWindow preferredWindow, boolean standby)
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.