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

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

Introduction

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

The text is from its open source code.

Subclass

com.intellij.openapi.ui.popup.JBPopupFactory has subclasses.
Click this link to see all its subclasses.

Method

ListPopupcreateActionGroupPopup(@Nls(capitalization = Nls.Capitalization.Title) String title, @NotNull ActionGroup actionGroup, @NotNull DataContext dataContext, boolean showNumbers, boolean showDisabledActions, boolean honorActionMnemonics, @Nullable Runnable disposeCallback, int maxRowCount, @Nullable Condition preselectActionCondition)
ListPopupcreateActionGroupPopup(@Nls(capitalization = Nls.Capitalization.Title) String title, @NotNull ActionGroup actionGroup, @NotNull DataContext dataContext, ActionSelectionAid aid, boolean showDisabledActions, @Nullable Runnable disposeCallback, int maxRowCount, @Nullable Condition preselectActionCondition, @Nullable String actionPlace)
ListPopupcreateActionGroupPopup(@Nullable @Nls(capitalization = Nls.Capitalization.Title) String title, @NotNull ActionGroup actionGroup, @NotNull DataContext dataContext, ActionSelectionAid selectionAidMethod, boolean showDisabledActions)
Creates a popup allowing to choose one of the actions from the specified action group.
BalloonBuildercreateBalloonBuilder(@NotNull JComponent content)
BalloonBuildercreateHtmlTextBalloonBuilder(@NotNull String htmlContent, MessageType messageType, @Nullable HyperlinkListener listener)
ListPopupcreateListPopup(@NotNull ListPopupStep step)
Creates a custom list popup with the specified step.
JBPopupFactorygetInstance()
Returns the popup factory instance.
RelativePointguessBestPopupLocation(@NotNull JComponent component)
RelativePointguessBestPopupLocation(@NotNull DataContext dataContext)
Returns the location where a popup with the specified data context is displayed.
RelativePointguessBestPopupLocation(@NotNull Editor editor)
Returns the location where a popup invoked from the specified editor should be displayed.
booleanisBestPopupLocationVisible(@NotNull Editor editor)