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