Package org.jfree.ui

Class SortableTable

    • Constructor Detail

      • SortableTable

        public SortableTable​(SortableTableModel model)
        Standard constructor - builds a table for the specified model.
        Parameters:
        model - the data.
    • Method Detail

      • setSortableModel

        public void setSortableModel​(SortableTableModel model)
        Changes the model for the table. Takes care of updating the header listener at the same time.
        Parameters:
        model - the table model.