Uses of Package
org.eclipse.ui.statushandlers
Package
Description
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
-
-
ClassDescriptionStatus handlers are part of the status handling facility.The StatusAdapter wraps an instance of IStatus subclass and can hold additional information either by using properties or by adding a new adapter.
-
ClassDescriptionA status area provider creates an area that displays detailed information about
StatusAdapter
orIStatus
.Status handlers are part of the status handling facility.The StatusAdapter wraps an instance of IStatus subclass and can hold additional information either by using properties or by adding a new adapter.StatusManager is the entry point for all statuses to be reported in the user interface.This interface allows for listening to status handling framework changes.TheWorkbenchStatusDialogManager
is a utility class for displaying one or more messages (errors, warnings or infos) to the user.