Example usage for com.intellij.openapi.ui.popup JBPopupAdapter subclass-usage

List of usage examples for com.intellij.openapi.ui.popup JBPopupAdapter subclass-usage

Introduction

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

Usage

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

/**
 * User: anna
 * Date: 12/19/12
 */
public abstract class PopupUpdateProcessorBase extends JBPopupAdapter {
    public abstract void updatePopup(Object lookupItemObject);