Class NotesDialog.NoteTableModel
- java.lang.Object
-
- javax.swing.AbstractListModel<Note>
-
- org.openstreetmap.josm.gui.dialogs.NotesDialog.NoteTableModel
-
- All Implemented Interfaces:
java.io.Serializable,javax.swing.ListModel<Note>
- Enclosing class:
- NotesDialog
class NotesDialog.NoteTableModel extends javax.swing.AbstractListModel<Note>
-
-
Constructor Summary
Constructors Constructor Description NoteTableModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearData()Clear the note dataNotegetElementAt(int index)intgetSize()voidsetData(java.util.Collection<Note> noteList)Set the note datavoidsetFilter(java.util.function.Predicate<Note> filter)
-
-
-
Constructor Detail
-
NoteTableModel
NoteTableModel()
-
-