edu.umd.cs.findbugs.gui
Class DefaultSortedTableModel
public
class
DefaultSortedTableModel
extends AbstractTableModel
A Table model that sits between the JTable and the real model.
This model converts view row indexes, into sorted model row indexes.
public static final int NUM_SORT_DIREECTIONS
public static final int SORT_ASCENDING_ORDER
public static final int SORT_DESCENDING_ORDER
public static final int SORT_NO_ORDER
public DefaultSortedTableModel(AbstractTableModel model, JTableHeader header)
public int getBaseModelIndex(int viewIndex)
public TableModel getBaseTableModel()
public int getColumnCount()
public int getRowCount()
public Object getValueAt(int row, int col)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.