| java.lang.Object org.eclipse.ui.internal.statushandlers.StatusNotificationManager
StatusNotificationManager | public class StatusNotificationManager (Code) | | The StatusNotificationManager is the class that manages the display of status
information.
|
Inner Class :protected static class StatusInfo implements Comparable | |
addError | public void addError(StatusAdapter statusAdapter, boolean modal)(Code) | | Add a new error to the list.
Parameters: statusInfo - the error to be displayed |
getErrors | Collection getErrors()(Code) | | Get the currently registered errors in the receiver.
Collection of ErrorInfo |
openStatusDialog | void openStatusDialog(boolean modal, StatusInfo statusInfo)(Code) | | Parameters: modal - Parameters: statusInfo - |
|
|