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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

voidaddListener(@NotNull JBPopupListener listener)
voidaddListSelectionListener(ListSelectionListener listSelectionListener)
voidcancel()
Cancels the popup as if Esc was pressed or any other "cancel" action.
JComponentgetContent()
Returns the Swing component contained in the popup.
booleanisDisposed()
booleanisVisible()
Checks if the popup is currently visible.
voidsetMinimumSize(@Nullable Dimension size)
voidshow(@NotNull RelativePoint point)
Shows the popup at the specified point.
voidshowCenteredInCurrentWindow(@NotNull Project project)
Shows the popup in the center of the active window in the IDE frame for the specified project.
voidshowInBestPositionFor(@NotNull DataContext dataContext)
Shows the popup in the position most appropriate for the specified data context.
voidshowInCenterOf(@NotNull Component component)
Shows the popup in the center of the specified component.
voidshowInFocusCenter()
Shows the popups in the center of currently focused component
voidshowInScreenCoordinates(@NotNull Component owner, @NotNull Point point)
voidshowUnderneathOf(@NotNull Component componentUnder)
Shows the popup at the bottom left corner of the specified component.