Package org.eclipse.jface.dialogs
Class ErrorSupportProvider
java.lang.Object
org.eclipse.jface.dialogs.ErrorSupportProvider
- Direct Known Subclasses:
AbstractStatusAreaProvider
A ErrorSupportProvider defines the area to be shown in an error dialog for extra support information.
- Since:
- 3.3
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Control
createSupportArea
(Composite parent, IStatus status) Create an area for adding support components as a child of parent.boolean
This method is called beforecreateSupportArea(Composite, IStatus)
to check if theErrorSupportProvider
will display any significant informations.
-
Constructor Details
-
ErrorSupportProvider
public ErrorSupportProvider()
-
-
Method Details
-
createSupportArea
Create an area for adding support components as a child of parent. -
validFor
This method is called beforecreateSupportArea(Composite, IStatus)
to check if theErrorSupportProvider
will display any significant informations. If not, then it will not be presented at all.
-