| AbstractNotesReader |
Ancestor for notes readers.
|
| AbstractNotesWriter |
Ancestor for notes writers.
|
| CsvNotesReader |
Reads notes in CSV format.
|
| CsvNotesWriter |
Writes the notes in CSV format.
|
| JsonNotesReader |
Reads notes in JSON format.
|
| JsonNotesWriter |
Writes the notes in JSON format.
|
| NotesFileChooser |
A specialized JFileChooser that lists all available file Readers and Writers
for image notes in the preview browser.
|
| NotesManager |
Global notes manager.
|
| PropertiesNotesReader |
Reads notes in Java properties format.
|
| PropertiesNotesWriter |
Writes the notes in Java properties format.
|
| YamlNotesReader |
Reads notes in YAML format.
|
| YamlNotesWriter |
Writes the notes in JSON format.
|