public static class PopupFactoryImpl.ActionGroupPopup extends ListPopupImpl
AbstractPopup.MyContentPanel
Disposable.Parent
ElementFilter.Active<T>, ElementFilter.Listener<T>
myChild, myStep, STEP_X_PADDING
FIRST_TIME_SIZE, myOk, myOwner, mySpeedSearch, mySpeedSearchPatternField, SHOW_HINTS
Modifier | Constructor and Description |
---|---|
|
ActionGroupPopup(java.lang.String title,
ActionGroup actionGroup,
DataContext dataContext,
boolean showNumbers,
boolean useAlphaAsNumbers,
boolean showDisabledActions,
boolean honorActionMnemonics,
java.lang.Runnable disposeCallback,
int maxRowCount,
Condition<? super AnAction> preselectActionCondition,
java.lang.String actionPlace) |
|
ActionGroupPopup(java.lang.String title,
ActionGroup actionGroup,
DataContext dataContext,
boolean showNumbers,
boolean useAlphaAsNumbers,
boolean showDisabledActions,
boolean honorActionMnemonics,
java.lang.Runnable disposeCallback,
int maxRowCount,
Condition<? super AnAction> preselectActionCondition,
java.lang.String actionPlace,
boolean autoSelection) |
|
ActionGroupPopup(java.lang.String title,
ActionGroup actionGroup,
DataContext dataContext,
boolean showNumbers,
boolean useAlphaAsNumbers,
boolean showDisabledActions,
boolean honorActionMnemonics,
java.lang.Runnable disposeCallback,
int maxRowCount,
Condition<? super AnAction> preselectActionCondition,
java.lang.String actionPlace,
PresentationFactory presentationFactory,
boolean autoSelection) |
protected |
ActionGroupPopup(WizardPopup aParent,
ListPopupStep step,
java.lang.Runnable disposeCallback,
DataContext dataContext,
java.lang.String actionPlace,
int maxRowCount) |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Usually not invoked directly, see class javadoc.
|
static java.util.List<PopupFactoryImpl.ActionItem> |
getActionItems(ActionGroup actionGroup,
DataContext dataContext,
boolean showNumbers,
boolean useAlphaAsNumbers,
boolean showDisabledActions,
boolean honorActionMnemonics,
java.lang.String actionPlace)
|
void |
handleSelect(boolean handleFinalChoices,
java.awt.event.InputEvent e) |
protected void |
handleToggleAction() |
addListSelectionListener, afterShowSync, beforeShow, createContent, disposeChildren, getActionMap, getCellBounds, getInputMap, getList, getListElementRenderer, getListModel, getListStep, getPreferredFocusableComponent, getSelectedIndex, getSelectedValues, goBack, handleFinalChoices, handleNextStep, handleNextStep, handleSelect, isActionClick, isModalContext, onAutoSelectionTimer, onChildSelectedFor, onSelectByMnemonic, onSpeedSearchPatternChanged, process, setHandleAutoSelectionBeforeShow, setMaxRowCount, shouldUseStatistics, showInBestPositionFor, showUnderneathOfLabel
actionPerformed, afterShow, cancel, createContentPanel, createPopup, createScrollPane, dispatch, disposeAllParents, getActionForKeyStroke, getBounds, getParent, getSpeedSearch, getStep, isCancelKeyEnabled, isResizable, notifyParentOnChildSelection, registerAction, registerAction, restartTimer, setFinalRunnable, setOk, setParentValue, shouldBeShowing, show, stopTimer
addListener, addPopupListener, addResizeListener, cancel, canClose, canShow, closeOk, dispatchKeyEvent, focusPreferredComponent, getBestPositionFor, getCenterOf, getChildPopups, getComponent, getConsumedScreenBounds, getContent, getDimensionServiceKey, getFooterPreferredSize, getHeaderPreferredSize, getLocationOnScreen, getOwner, getPopupBorder, getPopupWindow, getProject, getSize, getTitle, getUnderlyingWindow, getUserData, init, isBusy, isCloseRequest, isDisposed, isFocused, isFocused, isNativePopup, isPersistent, isVisible, moveTo, moveToFitScreen, pack, prepareToShow, removeListener, requestFocus, setAdText, setAdText, setCaption, setDataProvider, setDimensionServiceKey, setHeaderComponent, setLocation, setLocation, setMinimumSize, setOkHandler, setRequestFocus, setShowHints, setSize, setSize, setSpeedSearchAlwaysShown, setUiVisible, setUserData, setWarning, show, show, showCenteredInCurrentWindow, showInBestPositionFor, showInCenterOf, showInFocusCenter, showInScreenCoordinates, showUnderneathOf, storeDimensionSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addListener, cancel, cancel, canClose, canShow, closeOk, dispatchKeyEvent, getBestPositionFor, getContent, getLocationOnScreen, getOwner, getSize, getUserData, isCancelKeyEnabled, isDisposed, isFocused, isNativePopup, isPersistent, isVisible, moveToFitScreen, pack, removeListener, setAdText, setCaption, setDataProvider, setFinalRunnable, setLocation, setMinimumSize, setRequestFocus, setSize, setUiVisible, show, show, showCenteredInCurrentWindow, showInBestPositionFor, showInCenterOf, showInFocusCenter, showInScreenCoordinates, showUnderneathOf
public ActionGroupPopup(java.lang.String title, ActionGroup actionGroup, DataContext dataContext, boolean showNumbers, boolean useAlphaAsNumbers, boolean showDisabledActions, boolean honorActionMnemonics, java.lang.Runnable disposeCallback, int maxRowCount, Condition<? super AnAction> preselectActionCondition, java.lang.String actionPlace)
public ActionGroupPopup(java.lang.String title, ActionGroup actionGroup, DataContext dataContext, boolean showNumbers, boolean useAlphaAsNumbers, boolean showDisabledActions, boolean honorActionMnemonics, java.lang.Runnable disposeCallback, int maxRowCount, Condition<? super AnAction> preselectActionCondition, java.lang.String actionPlace, boolean autoSelection)
public ActionGroupPopup(java.lang.String title, ActionGroup actionGroup, DataContext dataContext, boolean showNumbers, boolean useAlphaAsNumbers, boolean showDisabledActions, boolean honorActionMnemonics, java.lang.Runnable disposeCallback, int maxRowCount, Condition<? super AnAction> preselectActionCondition, java.lang.String actionPlace, PresentationFactory presentationFactory, boolean autoSelection)
protected ActionGroupPopup(WizardPopup aParent, ListPopupStep step, java.lang.Runnable disposeCallback, DataContext dataContext, java.lang.String actionPlace, int maxRowCount)
@Deprecated public static java.util.List<PopupFactoryImpl.ActionItem> getActionItems(ActionGroup actionGroup, DataContext dataContext, boolean showNumbers, boolean useAlphaAsNumbers, boolean showDisabledActions, boolean honorActionMnemonics, java.lang.String actionPlace)
public void dispose()
Disposable
dispose
in interface Disposable
dispose
in class ListPopupImpl
public void handleSelect(boolean handleFinalChoices, java.awt.event.InputEvent e)
handleSelect
in interface ListPopup
handleSelect
in class ListPopupImpl
protected void handleToggleAction()