Class TableSelectionSummaryTable

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, CellEditorListener, ListSelectionListener, RowSorterListener, TableColumnModelListener, TableModelListener, Scrollable

public class TableSelectionSummaryTable extends JTable
A table that summarizes data in selected rows from another table. First column displays the column names of the wrapped table. Second column displays the data from all selected rows.
See Also: