Uses of Interface
org.tbee.swing.table.TableModelForEdit

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);
 

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>
          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)
           
 



Copyright © 2010. All Rights Reserved.