private static class TaggingPresetSelector.ResultListModel extends AbstractListModel
Modifier and Type | Field and Description |
---|---|
private List<TaggingPresetSelector.PresetClassification> |
presets |
listenerList
Modifier | Constructor and Description |
---|---|
private |
ResultListModel() |
Modifier and Type | Method and Description |
---|---|
Object |
getElementAt(int index) |
List<TaggingPresetSelector.PresetClassification> |
getPresets() |
int |
getSize() |
void |
setPresets(List<TaggingPresetSelector.PresetClassification> presets) |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
private List<TaggingPresetSelector.PresetClassification> presets
private ResultListModel()
public void setPresets(List<TaggingPresetSelector.PresetClassification> presets)
public List<TaggingPresetSelector.PresetClassification> getPresets()
public Object getElementAt(int index)
public int getSize()