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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

JBPopupcreatePopup()
ComponentPopupBuildersetAdText(@Nullable String text)
Adds "advertising" text to the bottom (e.g.: hints in code completion popup).
ComponentPopupBuildersetCancelCallback(@NotNull Computable shouldProceed)
ComponentPopupBuildersetCancelOnClickOutside(boolean cancel)
ComponentPopupBuildersetCancelOnWindowDeactivation(boolean cancelOnWindowDeactivation)
ComponentPopupBuildersetFocusable(boolean focusable)
ComponentPopupBuildersetMovable(boolean forceMovable)
ComponentPopupBuildersetRequestFocus(boolean requestFocus)
ComponentPopupBuildersetResizable(boolean forceResizable)
ComponentPopupBuildersetTitle(String title)