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 Plug-in Developer Guide
Previous Page Home Next Page

Status handling

Status handling is a facility that allow to introduce a custom way of showing problems in the product to users. A part of the facility is an extension point which allows to plug new status handler specific for the product. This handler associated to the product is intended to present the problem in the useful for users way.

The status handling is contributed using org.eclipse.ui.statusHandlers extension point. This contribution can be part of product plug-ins or can be provided separately in its own status handling plug-in. Separating the product handler into a separate plug-in is beneficial in those situations where the product and status handling are provided by different groups, e.g. CompanyA provides the ProductA and other companies provide status handlers showing problems in ProductA differently.

If there is no handler defined for the product, the facility will use a handler defined for application in the workbench advisor. When the advisor shipped with Eclipse is used the WorkbenchErrorHandler will be used for handling of the product problems.


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