public interface ListPopup extends JBPopup
Disposable.Parent
Modifier and Type | Method and Description |
---|---|
void |
addListSelectionListener(javax.swing.event.ListSelectionListener listSelectionListener) |
ListPopupStep |
getListStep()
Returns the popup step currently displayed in the popup.
|
void |
handleSelect(boolean handleFinalChoices)
Handles the selection of the currently focused item in the popup step.
|
void |
handleSelect(boolean handleFinalChoices,
java.awt.event.InputEvent e) |
void |
setHandleAutoSelectionBeforeShow(boolean autoHandle)
If default selection is set, then handleSelect is invoked without showing a popup
|
addListener, cancel, cancel, canClose, canShow, closeOk, dispatchKeyEvent, getBestPositionFor, getContent, getLocationOnScreen, getOwner, getSize, getUserData, isCancelKeyEnabled, isDisposed, isFocused, isModalContext, isNativePopup, isPersistent, isVisible, moveToFitScreen, pack, removeListener, setAdText, setCaption, setDataProvider, setFinalRunnable, setLocation, setMinimumSize, setRequestFocus, setSize, setUiVisible, show, show, showCenteredInCurrentWindow, showInBestPositionFor, showInBestPositionFor, showInCenterOf, showInFocusCenter, showInScreenCoordinates, showUnderneathOf
dispose
ListPopupStep getListStep()
void handleSelect(boolean handleFinalChoices)
handleFinalChoices
- If true, the action of the focused item is always executed
(as if Enter was pressed). If false, and the focused item has a submenu, the submenu
is opened (as if the right arrow key was pressed).void handleSelect(boolean handleFinalChoices, java.awt.event.InputEvent e)
void setHandleAutoSelectionBeforeShow(boolean autoHandle)
void addListSelectionListener(javax.swing.event.ListSelectionListener listSelectionListener)