| java.lang.Object org.eclipse.ui.examples.components.views.comparisons.ErrorViewNew
ErrorViewNew | public class ErrorViewNew (Code) | | Example view that opens dialogs and logs errors to the Eclipse log.
since: 3.1 |
Constructor Summary | |
public | ErrorViewNew(Composite parent, IStatusFactory errorContext, IUserMessages dialogs, ISystemLog log) |
ErrorViewNew | public ErrorViewNew(Composite parent, IStatusFactory errorContext, IUserMessages dialogs, ISystemLog log)(Code) | | |
displayError | protected void displayError()(Code) | | Display an error dialog
|
displayMessage | protected void displayMessage()(Code) | | Display an info dialog
|
logError | protected void logError()(Code) | | Write an exception to the error log
|
|
|