Eclipse Platform
Release 3.3

org.eclipse.jface.dialogs
Class ErrorSupportProvider

java.lang.Object
  extended byorg.eclipse.jface.dialogs.ErrorSupportProvider

public abstract class ErrorSupportProvider
extends Object

A ErrorSupportProvider defines the area to be shown in an error dialog for extra support information.

Since:
3.3

Constructor Summary
ErrorSupportProvider()
           
 
Method Summary
abstract  Control createSupportArea(Composite parent, IStatus status)
          Create an area for adding support components as a child of parent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorSupportProvider

public ErrorSupportProvider()
Method Detail

createSupportArea

public abstract Control createSupportArea(Composite parent,
                                          IStatus status)
Create an area for adding support components as a child of parent.

Parameters:
parent - The parent Composite
status - The IStatus that is being displayed.
Returns:
Control

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.