Example usage for com.intellij.openapi.ui.popup.util BaseListPopupStep subclass-usage

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

Introduction

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

Usage

From source file com.intellij.codeInsight.lookup.impl.LookupActionsStep.java

/**
* @author peter
*/
public class LookupActionsStep extends BaseListPopupStep<LookupElementAction> implements ClosableByLeftArrow {
    private final LookupImpl myLookup;
    private final LookupElement myLookupElement;

From source file org.intellij.xquery.runner.ui.datasources.DataSourceTypesListPopup.java

/**
 * User: ligasgr
 * Date: 06/10/13
 * Time: 17:07
 */
public class DataSourceTypesListPopup extends BaseListPopupStep<XQueryDataSourceType> {

From source file org.twodividedbyzero.idea.findbugs.gui.intentions.GroupBugIntentionListPopupStep.java

/**
 * $Date$
 *
 * @author Andre Pfeiler<andre.pfeiler@gmail.com>
 * @version $Revision$
 * @since 0.9.97

From source file org.twodividedbyzero.idea.findbugs.gui.intentions.RootGroupBugIntentionListPopupStep.java

/**
 * $Date$
 *
 * @author Andre Pfeiler<andre.pfeiler@gmail.com>
 * @version $Revision$
 * @since 0.9.97