Package org.springframework.richclient.table

Interface Summary
MutableTableModel A table model whose contents can change.
SortableTableModel  
 

Class Summary
AbstractTableModelFilter  
BaseTableModel A skeleton TableModel implementation that adds to the AbstractTableModel class from the core Java API by providing the functionality to manage the underlying collection of data for the table.
BeanTableModel  
ColumnSortList  
ColumnToSort  
ListSelectionListenerSupport Helper class used when listening to selection events on a JTable or a JList.
ListTableModel Designed to display object arrays / lists in a list for multi-column tables, or just plain objects for single column table.
ShuttleSortableTableModel A sorter for TableModels.
SortOrder  
SortTableCommand Listens to a sort list for changes and when they happen, sorts a sortable table model in a separate worker thread.
TableDataProvider  
TableScrollPane  
TableSortIndicator  
TableUpdater Thread responsible for publishing changes to the Model.
TableUtils  
ToStringComparator Comparator implementation that compares the Object.toString() representation of the argument.
VisibleTableModelEvent VisibleTableModelEvent adds the method isVisible to test if the cell identified by the event is visible.
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.