public abstract class ErrorSupportProvider extends Object
Constructor and Description |
---|
ErrorSupportProvider() |
Modifier and Type | Method and Description |
---|---|
abstract Control |
createSupportArea(Composite parent,
IStatus status)
Create an area for adding support components as a child of parent.
|
boolean |
validFor(IStatus status)
This method is called before
createSupportArea(Composite, IStatus) to check if the
ErrorSupportProvider will display any significant
informations. |
public abstract Control createSupportArea(Composite parent, IStatus status)
public boolean validFor(IStatus status)
createSupportArea(Composite, IStatus)
to check if the
ErrorSupportProvider
will display any significant
informations. If not, then it will not be presented at all.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.