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