Class EmptyTableDataModel

    • Field Detail

      • INSTANCE

        public static final EmptyTableDataModel INSTANCE
        Deprecated.
        The singleton instance.
    • Method Detail

      • getRowCount

        public int getRowCount()
        Deprecated.
        Description copied from interface: TableDataModel
        Retrieves the number of rows in the model.
        Returns:
        0, this table model is empty
      • getValueAt

        public Object getValueAt​(int row,
                                 int col)
        Deprecated.
        Description copied from interface: TableDataModel
        Retrieves the value at the given row and column.
        Parameters:
        row - the row index, ignored.
        col - the column index, ignored.
        Returns:
        null, this table is empty