Java com.intellij.openapi.ui.popup ListPopupStep fields, constructors, methods, implement or subclass

Example usage for Java com.intellij.openapi.ui.popup ListPopupStep fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.intellij.openapi.ui.popup ListPopupStep.

The text is from its open source code.

Implementation

com.intellij.openapi.ui.popup.ListPopupStep has the following implementations.
Click this link to see all its implementation.

Constructor

Method

intgetDefaultOptionIndex()
Returns the index of the item to be initially selected in the list.
ListgetValues()
Returns the values to be displayed in the list popup.
booleanisSelectable(T value)
Checks if the specified value in the list can be selected.