List of usage examples for com.intellij.openapi.ui.popup IdePopupEventDispatcher interface-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();