public interface CatalogComponent
| Modifier and Type | Interface and Description |
|---|---|
static class |
CatalogComponent.ObjectSelectionEvent |
static interface |
CatalogComponent.ObjectSelectionListener |
| Modifier and Type | Method and Description |
|---|---|
void |
addEnterSelection(CatalogComponent.ObjectSelectionListener a) |
void |
addListSelectionListener(CatalogComponent.ObjectSelectionListener d) |
void |
addMouseSelection(CatalogComponent.ObjectSelectionListener d) |
void |
addValue(Object a) |
void |
clearValues() |
Equalizer |
getEqualizer() |
int |
getSelectedIndex() |
Object |
getSelectedValue() |
List<Object> |
getValues() |
int |
indexOf(Object a) |
void |
removeValue(Object a) |
void |
repaint() |
void |
setElementHeight(int h) |
void |
setEqualizer(Equalizer e) |
void |
setSelectedIndex(int i) |
void |
setSelectedValue(Object i) |
void |
setValues(List<Object> a) |
JComponent |
toComponent() |
JComponent toComponent()
void setEqualizer(Equalizer e)
Equalizer getEqualizer()
Object getSelectedValue()
int getSelectedIndex()
void setSelectedValue(Object i)
void setSelectedIndex(int i)
void clearValues()
void removeValue(Object a)
void addValue(Object a)
int indexOf(Object a)
void addListSelectionListener(CatalogComponent.ObjectSelectionListener d)
void addMouseSelection(CatalogComponent.ObjectSelectionListener d)
void addEnterSelection(CatalogComponent.ObjectSelectionListener a)
void setElementHeight(int h)
void repaint()
Copyright © 2022 vpc open source initiative. All rights reserved.