Interface CsvExportable

All Known Implementing Classes:
DBTableModel, PivotWidget

public interface CsvExportable
Implementations should be able to export CSV using a simple action-driven trigger, such as a menu-item selection. When implemented, the default ability to export from a JTable is disabled. See CsvExporter for usage
  • Method Summary

    Modifier and Type Method Description
    void exportToCsv​(Container container, File f, com.fishlib.base.Procedure.Unary<File> openOrCopyFile)