|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IDialogBlockedHandler is the handler used by JFace to provide extra information when a blocking has occured. There is one static instance of this class used by WizardDialog and ModalContext.
IProgressMonitorWithBlocking.clearBlocked()
,
IProgressMonitorWithBlocking.setBlocked(IStatus)
,
WizardDialog
Method Summary | |
void |
clearBlocked()
The blockage has been cleared. |
void |
showBlocked(IProgressMonitor blocking,
IStatus blockingStatus,
String blockedName)
A blockage has occured. |
void |
showBlocked(Shell parentShell,
IProgressMonitor blocking,
IStatus blockingStatus,
String blockedName)
A blockage has occured. |
Method Detail |
public void clearBlocked()
public void showBlocked(Shell parentShell, IProgressMonitor blocking, IStatus blockingStatus, String blockedName)
parentShell
- The shell this is being sent from. If the parent
shell is null
the behavior will be the same as
IDialogBlockedHandler#showBlocked(IProgressMonitor, IStatus, String)blocking
- The monitor to forward to. This is most
important for calls to cancel()
.blockingStatus
- The status that describes the blockageblockedName
- The name of the locked operation.showBlocked(IProgressMonitor, IStatus, String)
public void showBlocked(IProgressMonitor blocking, IStatus blockingStatus, String blockedName)
blocking
- The monitor to forward to. This is most
important for calls to cancel()
.blockingStatus
- The status that describes the blockageblockedName
- The name of the locked operation.
|
Eclipse Platform Release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.