Example usage for org.eclipse.jface.dialogs IDialogBlockedHandler interface-usage

List of usage examples for org.eclipse.jface.dialogs IDialogBlockedHandler interface-usage

Introduction

In this page you can find the example usage for org.eclipse.jface.dialogs IDialogBlockedHandler interface-usage.

Usage

From source file gov.nasa.ensemble.emf.transaction.NoDialogBlockedHandler.java

/* package */ final class NoDialogBlockedHandler implements IDialogBlockedHandler {

    private int nestingDepth = 0;

    @Override
    public void showBlocked(IProgressMonitor blocking, IStatus blockingStatus, String blockedName) {

From source file org.eclipse.e4.ui.progress.internal.WorkbenchDialogBlockedHandler.java

/**
 * The WorkbenchWizardBlockedHandler is the class that implements the blocked
 * handler for the workbench.
 */
@Creatable
@Singleton

From source file org.eclipse.ui.internal.dialogs.WorkbenchDialogBlockedHandler.java

/**
 * The WorkbenchWizardBlockedHandler is the class that implements the blocked
 * handler for the workbench.
 */
public class WorkbenchDialogBlockedHandler implements IDialogBlockedHandler {
    IProgressMonitor outerMonitor;