Uses of Class
adams.gui.tools.previewbrowser.notes.AbstractNotesReader
-
Packages that use AbstractNotesReader Package Description adams.gui.tools.previewbrowser.notes -
-
Uses of AbstractNotesReader in adams.gui.tools.previewbrowser.notes
Subclasses of AbstractNotesReader in adams.gui.tools.previewbrowser.notes Modifier and Type Class Description classCsvNotesReaderReads notes in CSV format.classJsonNotesReaderReads notes in JSON format.classPropertiesNotesReaderReads notes in Java properties format.classYamlNotesReaderReads notes in YAML format.Methods in adams.gui.tools.previewbrowser.notes that return AbstractNotesReader Modifier and Type Method Description abstract AbstractNotesReaderAbstractNotesWriter. getCorrespondingReader()Returns the corresponding reader.AbstractNotesReaderCsvNotesWriter. getCorrespondingReader()Returns the corresponding reader.AbstractNotesReaderJsonNotesWriter. getCorrespondingReader()Returns the corresponding reader.AbstractNotesReaderPropertiesNotesWriter. getCorrespondingReader()Returns the corresponding reader.AbstractNotesReaderYamlNotesWriter. getCorrespondingReader()Returns the corresponding reader.protected AbstractNotesReaderNotesFileChooser. getDefaultReader()Returns the default reader.
-