|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableModelForEdit | |
|---|---|
| org.tbee.swing.glazedlists | |
| org.tbee.swing.jdbc | |
| org.tbee.swing.jpa | |
| org.tbee.swing.table | |
| Uses of TableModelForEdit in org.tbee.swing.glazedlists |
|---|
| Classes in org.tbee.swing.glazedlists that implement TableModelForEdit | |
|---|---|
class |
EventDelayedTableModelForEdit<T>
|
class |
EventTableModelForEdit<T>
|
| Uses of TableModelForEdit in org.tbee.swing.jdbc |
|---|
| Classes in org.tbee.swing.jdbc that implement TableModelForEdit | |
|---|---|
class |
RowSetTableModelForEdit
Implements an TableModelForEdit on top of a JDBC RowSet |
| Uses of TableModelForEdit in org.tbee.swing.jpa |
|---|
| Classes in org.tbee.swing.jpa that implement TableModelForEdit | |
|---|---|
class |
AbstractJpaTableModelForEdit<MasterE,DetailE>
setValue, addRowAt and deleteRowAt must execute: setChanged(true); |
class |
JpaBeanTableModelForEdit<T extends PropertyChangeProvider>
|
| Uses of TableModelForEdit in org.tbee.swing.table |
|---|
| Classes in org.tbee.swing.table that implement TableModelForEdit | |
|---|---|
class |
AbstractTableModelForEdit
This class extends the AbstractTableModel with the ForEdit part. |
class |
BeanTableModelForEdit<T extends PropertyChangeProvider>
A table that is able to quickly show and edit a collection of beans in a table. |
class |
TableModelValueWrapper
This class adds ValueWrapper support to a TableModel. |
class |
TableModelWithLinenr
This TableModel wrapper adds a row number column to the table. |
class |
TableSorterForEdit
TableSorterForEdit is a decorator for TableModelForEdit, in a similar fashion as TableSorter is for TableModels. |
| Methods in org.tbee.swing.table that return TableModelForEdit | |
|---|---|
TableModelForEdit |
JTableForEdit.getModelForEdit()
cast the return type |
| Constructors in org.tbee.swing.table with parameters of type TableModelForEdit | |
|---|---|
JTableForEdit(TableModelForEdit data)
|
|
JTableForEdit(TableModelForEdit data,
javax.swing.table.TableColumnModel columns)
|
|
JTableForEdit(TableModelForEdit dm,
javax.swing.table.TableColumnModel cm,
javax.swing.ListSelectionModel sm)
|
|
TableModelValueWrapper(TableModelForEdit model)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||