Class TableModels


  • public class TableModels
    extends java.lang.Object
    Author:
    Javier Paniza, Trifon Trifonov
    • Constructor Summary

      Constructors 
      Constructor Description
      TableModels()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void saveCSV​(javax.swing.table.TableModel table, java.lang.String file)  
      static java.lang.String toCSV​(javax.swing.table.TableModel table)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TableModels

        public TableModels()
    • Method Detail

      • toCSV

        public static java.lang.String toCSV​(javax.swing.table.TableModel table)
      • saveCSV

        public static void saveCSV​(javax.swing.table.TableModel table,
                                   java.lang.String file)
                            throws java.io.IOException
        Throws:
        java.io.IOException