introPart = (CustomizableIntroPart) IntroPlugin.showIntro(true);
// store the flag to indicate that standbypart is needed.
introPart.getControl().setData(IIntroConstants.SHOW_STANDBY_PART,
VALUE_TRUE);
IntroPlugin.setIntroStandby(true);
StandbyPart standbyPart = (StandbyPart) introPart
.getAdapter(StandbyPart.class);
boolean success = standbyPart.showContentPart(partId, input);
if (success)
return true;
// we do not have a valid partId or we failed to instantiate part or
// create the part content, empty part will be shown. Signal failure.