Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.ui.WorkbenchException

Packages that use WorkbenchException
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
 class MultiPartInitException
          A checked exception indicating one or more workbench parts could not be initialized correctly.
 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 ( Reader reader)
          Creates a Document from the Reader and returns a memento on the first Element for reading the document.
static  XMLMemento XMLMemento. createReadRoot ( Reader reader, 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 ( String perspectiveId, IAdaptable input)
          Creates and opens a new workbench page.
  IWorkbenchWindow IWorkbench. openWorkbenchWindow ( IAdaptable input)
          Creates and opens a new workbench window with one page.
  IWorkbenchWindow IWorkbench. openWorkbenchWindow ( String perspectiveId, IAdaptable input)
          Creates and opens a new workbench window with one page.
  IWorkbenchPage IWorkbench. showPerspective ( String perspectiveId, IWorkbenchWindow window)
          Shows the specified perspective to the user.
  IWorkbenchPage 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 WorkbenchException
 boolean QuickStartAction. 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
 void WorkbenchWindowAdvisor. postWindowRestore ()
          Performs arbitrary actions after the window has been restored, but before it is opened.
 void WorkbenchAdvisor. postWindowRestore ( IWorkbenchWindowConfigurer configurer)
          Deprecated. since 3.1, override WorkbenchWindowAdvisor.postWindowRestore() instead
  IWorkbenchWindowConfigurer IWorkbenchConfigurer. restoreWorkbenchWindow ( IMemento memento)
          Restores a workbench window from the given memento.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire