public class JBListUpdater extends java.lang.Object implements ListComponentUpdater
Constructor and Description |
---|
JBListUpdater(JBList component) |
Modifier and Type | Method and Description |
---|---|
JBList |
getJBList() |
void |
paintBusy(boolean paintBusy) |
void |
replaceModel(java.util.List<? extends PsiElement> data) |
public JBListUpdater(JBList component)
public void paintBusy(boolean paintBusy)
paintBusy
in interface GenericListComponentUpdater<PsiElement>
public JBList getJBList()
public void replaceModel(java.util.List<? extends PsiElement> data)
replaceModel
in interface GenericListComponentUpdater<PsiElement>