public TreePopupImpl(JBPopup parent, @NotNull TreePopupStep aStep, Object parentValue) { super(parent, aStep); setParentValue(parentValue); }
public TreePopupImpl(@NotNull TreePopupStep aStep) { this(null, aStep, null); }
private TreePopupStep getTreeStep() { return (TreePopupStep) myStep; }
public TreePopupImpl(JBPopup parent, @Nonnull TreePopupStep aStep, Object parentValue) { super(parent, aStep); setParentValue(parentValue); }
public TreePopupImpl(@Nonnull TreePopupStep aStep) { this(null, aStep, null); }