|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |