public interface SequenceFileExporter
Saver
class to open Sequence.Sequence
and saves it in File
.Modifier and Type | Method and Description |
---|---|
java.util.List<javax.swing.filechooser.FileFilter> |
getFileFilters()
Return the supported FileFilter for this exporter.
|
boolean |
save(Sequence sequence,
java.lang.String path,
FileFrame loadingFrame)
Save the specified sequence in the specified file.
|
java.util.List<javax.swing.filechooser.FileFilter> getFileFilters()