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

Packages that use BeanTableModel
org.tbee.swing.jpa   
org.tbee.swing.table   
 

Uses of BeanTableModel in org.tbee.swing.jpa
 

Subclasses of BeanTableModel in org.tbee.swing.jpa
 class JpaBeanTableModelForEdit<T extends PropertyChangeProvider>
           
 

Uses of BeanTableModel in org.tbee.swing.table
 

Subclasses of BeanTableModel in org.tbee.swing.table
 class BeanTableModelForEdit<T extends PropertyChangeProvider>
          A table that is able to quickly show and edit a collection of beans in a table.
 

Methods in org.tbee.swing.table that return BeanTableModel
 BeanTableModel<T> BeanTableModel.withBeanClass(java.lang.Class<? extends T> value)
           
 BeanTableModel<T> BeanTableModel.withData(nl.knowledgeplaza.util.collection.ObservableList<T> value)
           
 BeanTableModel<T> BeanTableModel.withTableColumns(TableColumn[] value)
           
 



Copyright © 2010 KnowledgePlaza. All Rights Reserved.