Package org.eclipse.ui.statushandlers
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
Package Specification
This package provides API for handling problems occured in the Eclipse based applications. See the org.eclipse.ui.statusHandlers extension point.-
Interface Summary Interface Description IStatusAdapterConstants This interface contains common constants important forStatusAdapter
.StatusManager.INotificationListener This interface allows for listening to status handling framework changes.StatusManager.INotificationTypes This interface declares types of notification. -
Class Summary Class Description AbstractStatusAreaProvider A status area provider creates an area that displays detailed information aboutStatusAdapter
orIStatus
.AbstractStatusHandler Status handlers are part of the status handling facility.StatusAdapter The StatusAdapter wraps an instance of IStatus subclass and can hold additional information either by using properties or by adding a new adapter.StatusManager StatusManager is the entry point for all statuses to be reported in the user interface.WorkbenchErrorHandler This is a default workbench error handler.WorkbenchStatusDialogManager TheWorkbenchStatusDialogManager
is a utility class for displaying one or more messages (errors, warnings or infos) to the user.