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