Class PrintableTableModel

  • All Implemented Interfaces:
    TableModel

    public class PrintableTableModel
    extends Object
    implements TableModel
    A tablemodel that allows to override the column names. This is usefull in internationalized environments, where the tablemodel returns diffent columnnames depending on the current locale.
    Author:
    LordOfCode