|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractTableModel | |
|---|---|
| org.tbee.swing.jdbc | |
| org.tbee.swing.jpa | |
| org.tbee.swing.table | |
| Uses of AbstractTableModel in org.tbee.swing.jdbc |
|---|
| Subclasses of AbstractTableModel in org.tbee.swing.jdbc | |
|---|---|
class |
RowSetTableModelForEdit
Implements an TableModelForEdit on top of a JDBC RowSet |
| Uses of AbstractTableModel in org.tbee.swing.jpa |
|---|
| Subclasses of AbstractTableModel in org.tbee.swing.jpa | |
|---|---|
class |
AbstractJpaTableModelForEdit<MasterE,DetailE>
setValue, addRowAt and deleteRowAt must execute: setChanged(true); |
class |
JpaBeanTableModelForEdit<T extends PropertyChangeProvider>
|
| Uses of AbstractTableModel in org.tbee.swing.table |
|---|
| Subclasses of AbstractTableModel in org.tbee.swing.table | |
|---|---|
class |
AbstractTableModelForEdit
This class extends the AbstractTableModel with the ForEdit part. |
class |
BeanTableModel<T>
A table that is able to quickly show and edit a collection of beans in a table. |
class |
BeanTableModelForEdit<T extends PropertyChangeProvider>
A table that is able to quickly show and edit a collection of beans in a table. |
class |
TableSorter
TableSorter is a decorator for TableModels; adding sorting functionality to a supplied TableModel. |
class |
TableSorterForEdit
TableSorterForEdit is a decorator for TableModelForEdit, in a similar fashion as TableSorter is for TableModels. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||