| java.lang.Object org.eclipse.ui.internal.WorkbenchIntroManager
WorkbenchIntroManager | public class WorkbenchIntroManager implements IIntroManager(Code) | | Workbench implementation of the IIntroManager interface.
since: 3.0 |
WorkbenchIntroManager | WorkbenchIntroManager(Workbench workbench)(Code) | | Create a new instance of the receiver.
Parameters: workbench - the workbench instance |
createNewIntroPart | IIntroPart createNewIntroPart() throws CoreException(Code) | | a new IIntroPart. This has the side effect of setting the introPart field to the newvalue. |
getViewIntroAdapterPart | ViewIntroAdapterPart getViewIntroAdapterPart()(Code) | | the ViewIntroAdapterPart for this workbench, null if it cannot be found. |
hasIntro | public boolean hasIntro()(Code) | | |
isIntroInWindow | boolean isIntroInWindow(IWorkbenchWindow testWindow)(Code) | | Parameters: testWindow - the window to test whether the intro exists in the given window |
isNewContentAvailable | public boolean isNewContentAvailable()(Code) | | |
setIntroStandby | public void setIntroStandby(IIntroPart part, boolean standby)(Code) | | |
|
|