Class CheckoutInventoryTable

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

A table that shows the inventory of books and lets the user select one to be added to a shopping cart. When a book is selected, a TableModelEvent is fired to listeners on this table.