Uses of Class
org.eclipse.ui.WorkbenchException
Packages that use WorkbenchException
Package
Description
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
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.uiModifier and TypeClassDescriptionclassA checked exception indicating one or more workbench parts could not be initialized correctly.classA checked exception indicating a workbench part cannot be initialized correctly.Methods in org.eclipse.ui that throw WorkbenchExceptionModifier and TypeMethodDescriptionstatic 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.IWorkbenchWindow.openPage(String perspectiveId, IAdaptable input) Creates and opens a new workbench page.IWorkbenchWindow.openPage(IAdaptable input) Creates and opens a new workbench page.IWorkbench.openWorkbenchWindow(String perspectiveId, IAdaptable input) Creates and opens a new workbench window with one page.IWorkbench.openWorkbenchWindow(IAdaptable input) Creates and opens a new workbench window with one page.IWorkbench.showPerspective(String perspectiveId, IWorkbenchWindow window) Shows the specified perspective to the user.IWorkbench.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 WorkbenchExceptionModifier and TypeMethodDescriptionbooleanQuickStartAction.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 WorkbenchExceptionModifier and TypeMethodDescriptionvoidWorkbenchAdvisor.postWindowRestore(IWorkbenchWindowConfigurer configurer) Deprecated.voidWorkbenchWindowAdvisor.postWindowRestore()Performs arbitrary actions after the window has been restored, but before it is opened.IWorkbenchConfigurer.restoreWorkbenchWindow(IMemento memento) Restores a workbench window from the given memento. -
Uses of WorkbenchException in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that throw WorkbenchExceptionModifier and TypeMethodDescriptionWorkbenchWindow.openPage(String perspectiveId, IAdaptable input) WorkbenchWindow.openPage(IAdaptable input) Workbench.openWorkbenchWindow(String perspectiveId, IAdaptable input) Workbench.openWorkbenchWindow(IAdaptable input) static voidStartupThreading.runWithWorkbenchExceptions(StartupThreading.StartupRunnable r) Workbench.showPerspective(String perspectiveId, IWorkbenchWindow window) Workbench.showPerspective(String perspectiveId, IWorkbenchWindow targetWindow, IAdaptable input) protected IActionDelegateEditorPluginAction.validateDelegate(Object obj) protected IActionDelegatePluginAction.validateDelegate(Object obj) Validates the object is a delegate of the expected type.protected IActionDelegateViewPluginAction.validateDelegate(Object obj) protected IActionDelegateWWinPluginAction.validateDelegate(Object obj) protected IActionDelegateWWinPluginPulldown.validateDelegate(Object obj)
WorkbenchWindowAdvisor.postWindowRestore()instead