Uses of Class
org.eclipse.ui.statushandlers.AbstractStatusHandler
-
Packages that use AbstractStatusHandler Package Description org.eclipse.ui.application Application-level APIs for configuring and controling the Eclipse Platform User Interface.org.eclipse.ui.statushandlers Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. -
-
Uses of AbstractStatusHandler in org.eclipse.ui.application
Methods in org.eclipse.ui.application that return AbstractStatusHandler Modifier and Type Method Description AbstractStatusHandler
WorkbenchAdvisor. getWorkbenchErrorHandler()
Returns the workbench error handler for the advisor. -
Uses of AbstractStatusHandler in org.eclipse.ui.statushandlers
Subclasses of AbstractStatusHandler in org.eclipse.ui.statushandlers Modifier and Type Class Description class
WorkbenchErrorHandler
This is a default workbench error handler.
-