Uses of Interface
org.springframework.richclient.table.MutableTableModel

Packages that use MutableTableModel
org.springframework.richclient.list   
org.springframework.richclient.table   
 

Uses of MutableTableModel in org.springframework.richclient.list
 

Classes in org.springframework.richclient.list that implement MutableTableModel
 class BeanTableListModel
          TableListModel implemetation for pojo based lists
 

Uses of MutableTableModel in org.springframework.richclient.table
 

Classes in org.springframework.richclient.table that implement MutableTableModel
 class 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.
 class BeanTableModel
           
 class ListTableModel
          Designed to display object arrays / lists in a list for multi-column tables, or just plain objects for single column table.
 

Constructors in org.springframework.richclient.table with parameters of type MutableTableModel
TableUpdater(TableDataProvider provider, MutableTableModel tableModel)
           
 



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