Uses of Class
org.eclipse.ui.WorkbenchException
-
Packages that use WorkbenchException Package Description org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface.org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface. -
-
Uses of WorkbenchException in org.eclipse.ui
Subclasses of WorkbenchException in org.eclipse.ui Modifier and Type Class Description classMultiPartInitExceptionA checked exception indicating one or more workbench parts could not be initialized correctly.classPartInitExceptionA checked exception indicating a workbench part cannot be initialized correctly.Methods in org.eclipse.ui that throw WorkbenchException Modifier and Type Method Description static XMLMementoXMLMemento. createReadRoot(Reader reader)Creates aDocumentfrom theReaderand returns a memento on the firstElementfor reading the document.static XMLMementoXMLMemento. createReadRoot(Reader reader, String baseDir)Creates aDocumentfrom theReaderand returns a memento on the firstElementfor reading the document.IWorkbenchPageIWorkbenchWindow. openPage(String perspectiveId, IAdaptable input)Creates and opens a new workbench page.IWorkbenchPageIWorkbenchWindow. openPage(IAdaptable input)Creates and opens a new workbench page.IWorkbenchWindowIWorkbench. openWorkbenchWindow(String perspectiveId, IAdaptable input)Creates and opens a new workbench window with one page.IWorkbenchWindowIWorkbench. openWorkbenchWindow(IAdaptable input)Creates and opens a new workbench window with one page.IWorkbenchPageIWorkbench. showPerspective(String perspectiveId, IWorkbenchWindow window)Shows the specified perspective to the user.IWorkbenchPageIWorkbench. showPerspective(String perspectiveId, IWorkbenchWindow window, IAdaptable input)Shows the specified perspective to the user. -
Uses of WorkbenchException in org.eclipse.ui.actions
Methods in org.eclipse.ui.actions that throw WorkbenchException Modifier and Type Method Description booleanQuickStartAction. openWelcomePage(String featureId)Deprecated.Opens the welcome page for the given feature. -
Uses of WorkbenchException in org.eclipse.ui.application
Methods in org.eclipse.ui.application that throw WorkbenchException Modifier and Type Method Description voidWorkbenchAdvisor. postWindowRestore(IWorkbenchWindowConfigurer configurer)Deprecated.since 3.1, overrideWorkbenchWindowAdvisor.postWindowRestore()insteadvoidWorkbenchWindowAdvisor. postWindowRestore()Performs arbitrary actions after the window has been restored, but before it is opened.IWorkbenchWindowConfigurerIWorkbenchConfigurer. restoreWorkbenchWindow(IMemento memento)Restores a workbench window from the given memento.
-