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

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

Introduction

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

Usage

From source file com.intellij.ui.popup.list.ListPopupImpl.java

public class ListPopupImpl extends WizardPopup implements ListPopup {

    private MyList myList;

    private MyMouseMotionListener myMouseMotionListener;
    private MyMouseListener myMouseListener;