Uses of Class
org.springframework.richclient.table.BaseTableModel

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

Uses of BaseTableModel in org.springframework.richclient.list
 

Subclasses of BaseTableModel in org.springframework.richclient.list
 class BeanTableListModel
          TableListModel implemetation for pojo based lists
 

Uses of BaseTableModel in org.springframework.richclient.table
 

Subclasses of BaseTableModel in org.springframework.richclient.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.
 



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