class NotesDialog.NoteTableModel extends javax.swing.AbstractListModel<Note>
| Constructor and Description |
|---|
NoteTableModel()
Constructs a new
NoteTableModel. |
| Modifier and Type | Method and Description |
|---|---|
void |
clearData() |
Note |
getElementAt(int index) |
int |
getSize() |
void |
setData(java.util.Collection<Note> noteList) |
NoteTableModel()
NoteTableModel.