|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkbenchException | |
---|---|
org.eclipse.ui | Application programming interfaces for interaction with and extension of 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 | |
---|---|
class |
PartInitException
A checked exception indicating a workbench part cannot be initialized correctly. |
Methods in org.eclipse.ui that throw WorkbenchException | |
---|---|
static XMLMemento |
XMLMemento.createReadRoot(java.io.Reader reader)
Creates a Document from the Reader
and returns a memento on the first Element for reading
the document. |
static XMLMemento |
XMLMemento.createReadRoot(java.io.Reader reader,
java.lang.String baseDir)
Creates a Document from the Reader
and returns a memento on the first Element for reading
the document. |
IWorkbenchPage |
IWorkbenchWindow.openPage(IAdaptable input)
Creates and opens a new workbench page. |
IWorkbenchPage |
IWorkbenchWindow.openPage(java.lang.String perspectiveId,
IAdaptable input)
Creates and opens a new workbench page. |
IWorkbenchWindow |
IWorkbench.openWorkbenchWindow(IAdaptable input)
Creates and opens a new workbench org.eclipse.jface.window with one page. |
IWorkbenchWindow |
IWorkbench.openWorkbenchWindow(java.lang.String perspectiveId,
IAdaptable input)
Creates and opens a new workbench org.eclipse.jface.window with one page. |
IWorkbenchPage |
IWorkbench.showPerspective(java.lang.String perspectiveId,
IWorkbenchWindow window)
Shows the specified perspective to the user. |
IWorkbenchPage |
IWorkbench.showPerspective(java.lang.String perspectiveId,
IWorkbenchWindow window,
IAdaptable input)
Shows the specified perspective to the user. |
Uses of WorkbenchException in org.eclipse.ui.application |
---|
Methods in org.eclipse.ui.application that throw WorkbenchException | |
---|---|
void |
WorkbenchWindowAdvisor.postWindowRestore()
Performs arbitrary actions after the org.eclipse.jface.window has been restored, but before it is opened. |
void |
WorkbenchAdvisor.postWindowRestore(IWorkbenchWindowConfigurer configurer)
Deprecated. since 3.1, override WorkbenchWindowAdvisor.postWindowRestore() instead |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |