Uses of Class
org.eclipse.ui.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
Modifier and TypeClassDescriptionclass
A checked exception indicating one or more workbench parts could not be initialized correctly.class
A checked exception indicating a workbench part cannot be initialized correctly.Modifier and TypeMethodDescriptionstatic XMLMemento
XMLMemento.createReadRoot
(Reader reader) Creates aDocument
from theReader
and returns a memento on the firstElement
for reading the document.static XMLMemento
XMLMemento.createReadRoot
(Reader reader, String baseDir) Creates aDocument
from theReader
and returns a memento on the firstElement
for 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
Modifier and TypeMethodDescriptionboolean
QuickStartAction.openWelcomePage
(String featureId) Deprecated.Opens the welcome page for the given feature. -
Uses of WorkbenchException in org.eclipse.ui.application
Modifier and TypeMethodDescriptionvoid
WorkbenchAdvisor.postWindowRestore
(IWorkbenchWindowConfigurer configurer) Deprecated.void
WorkbenchWindowAdvisor.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
Modifier and TypeMethodDescriptionWorkbenchWindow.openPage
(String perspectiveId, IAdaptable input) WorkbenchWindow.openPage
(IAdaptable input) Workbench.openWorkbenchWindow
(String perspectiveId, IAdaptable input) Workbench.openWorkbenchWindow
(IAdaptable input) static void
StartupThreading.runWithWorkbenchExceptions
(StartupThreading.StartupRunnable r) Workbench.showPerspective
(String perspectiveId, IWorkbenchWindow window) Workbench.showPerspective
(String perspectiveId, IWorkbenchWindow targetWindow, IAdaptable input) protected IActionDelegate
EditorPluginAction.validateDelegate
(Object obj) protected IActionDelegate
PluginAction.validateDelegate
(Object obj) Validates the object is a delegate of the expected type.protected IActionDelegate
ViewPluginAction.validateDelegate
(Object obj) protected IActionDelegate
WWinPluginAction.validateDelegate
(Object obj) protected IActionDelegate
WWinPluginPulldown.validateDelegate
(Object obj)
WorkbenchWindowAdvisor.postWindowRestore()
instead