Class EquipmentTableModel

java.lang.Object
javax.swing.table.AbstractTableModel
megameklab.ui.util.EquipmentTableModel
All Implemented Interfaces:
Serializable, TableModel

public class EquipmentTableModel extends AbstractTableModel
this model was not being used by anything, so I totally redid so that it can be used as the model for the equipment tab. It will be a sortable, filterable table of equipment, similar to the tables in MHQ
See Also: