Uses of Class
adams.gui.tools.previewbrowser.notes.AbstractNotesWriter
-
Packages that use AbstractNotesWriter Package Description adams.gui.tools.previewbrowser.notes -
-
Uses of AbstractNotesWriter in adams.gui.tools.previewbrowser.notes
Subclasses of AbstractNotesWriter in adams.gui.tools.previewbrowser.notes Modifier and Type Class Description class
CsvNotesWriter
Writes the notes in CSV format.class
JsonNotesWriter
Writes the notes in JSON format.class
PropertiesNotesWriter
Writes the notes in Java properties format.class
YamlNotesWriter
Writes the notes in JSON format.Methods in adams.gui.tools.previewbrowser.notes that return AbstractNotesWriter Modifier and Type Method Description abstract AbstractNotesWriter
AbstractNotesReader. getCorrespondingWriter()
Returns the corresponding writer.AbstractNotesWriter
CsvNotesReader. getCorrespondingWriter()
Returns the corresponding writer.AbstractNotesWriter
JsonNotesReader. getCorrespondingWriter()
Returns the corresponding writer.AbstractNotesWriter
PropertiesNotesReader. getCorrespondingWriter()
Returns the corresponding writer.AbstractNotesWriter
YamlNotesReader. getCorrespondingWriter()
Returns the corresponding writer.protected AbstractNotesWriter
NotesFileChooser. getDefaultWriter()
Returns the default writer.
-