Uses of Class
org.tbee.swing.table.AbstractTableModel

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.
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.