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.