private static class TaggingPresetSelector.ResultListModel extends javax.swing.AbstractListModel<TaggingPreset>
Modifier and Type | Field and Description |
---|---|
private java.util.List<TaggingPresetSelector.PresetClassification> |
presets |
Modifier | Constructor and Description |
---|---|
private |
ResultListModel() |
Modifier and Type | Method and Description |
---|---|
TaggingPreset |
getElementAt(int index) |
int |
getSize() |
boolean |
isEmpty() |
void |
setPresets(java.util.List<TaggingPresetSelector.PresetClassification> presets) |
private java.util.List<TaggingPresetSelector.PresetClassification> presets
private ResultListModel()
public void setPresets(java.util.List<TaggingPresetSelector.PresetClassification> presets)
public TaggingPreset getElementAt(int index)
public int getSize()
public boolean isEmpty()