|
Eclipse Platform Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.dialogs.ErrorSupportProvider
public abstract class ErrorSupportProvider
A ErrorSupportProvider defines the area to be shown in an error dialog for extra support information.
Constructor Summary | |
---|---|
ErrorSupportProvider()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorSupportProvider()
Method Detail |
---|
public abstract Control createSupportArea(Composite parent, IStatus status)
parent
- The parent Composite
status
- The IStatus
that is being displayed.
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.
status
- - IStatus
for which status are will be requested.
IStatus
|
Eclipse Platform Release 3.7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2011. All rights reserved.