class NotesDialog.NoteTableModel extends AbstractListModel<Note>
Modifier and Type | Field and Description |
---|---|
private List<Note> |
data |
listenerList
Constructor and Description |
---|
NotesDialog.NoteTableModel() |
Modifier and Type | Method and Description |
---|---|
void |
clearData() |
Note |
getElementAt(int index) |
int |
getSize() |
void |
setData(List<Note> noteList) |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener