Class AttributiveCellTableModel

    • Constructor Detail

      • AttributiveCellTableModel

        public AttributiveCellTableModel()
      • AttributiveCellTableModel

        public AttributiveCellTableModel​(int numRows,
                                         int numColumns)
      • AttributiveCellTableModel

        public AttributiveCellTableModel​(Vector columnNames,
                                         int numRows)
      • AttributiveCellTableModel

        public AttributiveCellTableModel​(Object[] columnNames,
                                         int numRows)
      • AttributiveCellTableModel

        public AttributiveCellTableModel​(Vector data,
                                         Vector columnNames)
      • AttributiveCellTableModel

        public AttributiveCellTableModel​(Object[][] data,
                                         Object[] columnNames)