Example usage for com.intellij.openapi.ui.popup IdePopupEventDispatcher interface-usage

List of usage examples for com.intellij.openapi.ui.popup IdePopupEventDispatcher interface-usage

Introduction

In this page you can find the example usage for com.intellij.openapi.ui.popup IdePopupEventDispatcher interface-usage.

Usage

From source file com.intellij.ui.popup.PopupDispatcher.java

public class PopupDispatcher implements AWTEventListener, KeyEventDispatcher, IdePopupEventDispatcher {

    private static WizardPopup ourActiveWizardRoot;
    private static WizardPopup ourShowingStep;

    private static final PopupDispatcher ourInstance = new PopupDispatcher();