Class ListSortController<M extends ListModel>

    • Constructor Detail

      • ListSortController

        public ListSortController​(M model)
        Parameters:
        model -
    • Method Detail

      • setModel

        public void setModel​(M model)
        Sets the TableModel to use as the underlying model for this TableRowSorter. A value of null can be used to set an empty model.
        Parameters:
        model - the underlying model to use, or null