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 classCsvNotesWriterWrites the notes in CSV format.classJsonNotesWriterWrites the notes in JSON format.classPropertiesNotesWriterWrites the notes in Java properties format.classYamlNotesWriterWrites the notes in JSON format.Methods in adams.gui.tools.previewbrowser.notes that return AbstractNotesWriter Modifier and Type Method Description abstract AbstractNotesWriterAbstractNotesReader. getCorrespondingWriter()Returns the corresponding writer.AbstractNotesWriterCsvNotesReader. getCorrespondingWriter()Returns the corresponding writer.AbstractNotesWriterJsonNotesReader. getCorrespondingWriter()Returns the corresponding writer.AbstractNotesWriterPropertiesNotesReader. getCorrespondingWriter()Returns the corresponding writer.AbstractNotesWriterYamlNotesReader. getCorrespondingWriter()Returns the corresponding writer.protected AbstractNotesWriterNotesFileChooser. getDefaultWriter()Returns the default writer.
-