Class BrolsListTableModel

java.lang.Object
javax.swing.table.AbstractTableModel
javax.swing.table.DefaultTableModel
be.gaudry.swing.bibliobrol.brol.utils.BrolsListTableModel
All Implemented Interfaces:
IClearable, Serializable, TableModel

public class BrolsListTableModel extends DefaultTableModel implements IClearable
Since:
1.0 18 sept. 2008
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • BrolsListTableModel

      public BrolsListTableModel()
    • BrolsListTableModel

      public BrolsListTableModel(Vector columnNames, int rowCount)
      Parameters:
      columnNames -
      rowCount -
  • Method Details

    • clear

      public void clear()
      Description copied from interface: IClearable
      The expected behavior of the implementation is to put the informations into an uninitialized state. See the implementation to know the fields affected by this method.
      Specified by:
      clear in interface IClearable