mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
deprecations in the name of LookupElementBuilder
This commit is contained in:
@@ -25,7 +25,9 @@ import java.awt.*;
|
||||
|
||||
/**
|
||||
* @author Dmitry Avdeev
|
||||
* Use {@link com.intellij.codeInsight.lookup.LookupElementBuilder}
|
||||
*/
|
||||
@Deprecated
|
||||
public class LookupValueFactory {
|
||||
|
||||
private LookupValueFactory() {
|
||||
|
||||
@@ -20,7 +20,9 @@ import com.intellij.psi.PsiElement;
|
||||
|
||||
/**
|
||||
* @author Maxim.Mossienko
|
||||
* Use {@link com.intellij.codeInsight.lookup.LookupElementBuilder}
|
||||
*/
|
||||
@Deprecated
|
||||
public interface LookupValueWithPsiElement {
|
||||
PsiElement getElement();
|
||||
}
|
||||
|
||||
@@ -78,6 +78,10 @@ public abstract class ElementPresentationManager {
|
||||
return createVariants(elements, namer, 0);
|
||||
}
|
||||
|
||||
/**
|
||||
* Use {@link com.intellij.codeInsight.lookup.LookupElementBuilder}
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract Object createVariant(final Object variant, final String name, final PsiElement psiElement);
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user