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