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

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

Introduction

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

Usage

From source file com.intellij.ui.popup.tree.TreePopupImpl.java

public class TreePopupImpl extends WizardPopup implements TreePopup {
    private MyTree myWizardTree;

    private MouseMotionListener myMouseMotionListener;
    private MouseListener myMouseListener;