Class SurveyScaleDemoTableModel

    • Constructor Detail

      • SurveyScaleDemoTableModel

        public SurveyScaleDemoTableModel()
        Creates a new table model.
    • Method Detail

      • getColumnCount

        public int getColumnCount()
        Returns the number of columns.
        Returns:
        5.
      • getRowCount

        public int getRowCount()
        Returns the row count.
        Returns:
        15.
      • getValueAt

        public Object getValueAt​(int row,
                                 int column)
        Returns an item for the table.
        Parameters:
        row - the row index (zero-based).
        column - the column index (zero-based).
        Returns:
        The item.