List of usage examples for com.intellij.openapi.ui.popup ListPopupStep interface-usage
From source file com.intellij.codeInsight.intention.impl.IntentionListStep.java
/** * @author cdr */ class IntentionListStep implements ListPopupStep<IntentionActionWithTextCaching>, SpeedSearchFilter<IntentionActionWithTextCaching> { private static final Logger LOG = Logger
From source file com.intellij.debugger.actions.PsiMethodListPopupStep.java
/** * @author Eugene Zhuravlev * Date: Nov 21, 2006 */ class PsiMethodListPopupStep implements ListPopupStep<SmartStepTarget> { private final List<SmartStepTarget> myTargets;
From source file com.intellij.uiDesigner.actions.PaletteListPopupStep.java
/** * @author yole */ class PaletteListPopupStep implements ListPopupStep<ComponentItem>, SpeedSearchFilter<ComponentItem> { private final ArrayList<ComponentItem> myItems = new ArrayList<ComponentItem>(); private final ComponentItem myInitialSelection;