Uses of Class
net.sf.echobinding.table.BoundTable

Packages that use BoundTable
net.sf.echobinding.persistence Provides the persistent manager classes. 
net.sf.echobinding.table Provides classes and interfaces for creating data bound tables. 
 

Uses of BoundTable in net.sf.echobinding.persistence
 

Constructors in net.sf.echobinding.persistence with parameters of type BoundTable
DefaultTablePersistenceManager(T object, BoundTable<T> table)
           
 

Uses of BoundTable in net.sf.echobinding.table
 

Subclasses of BoundTable in net.sf.echobinding.table
 class ListEditor<T>
          A editable bound table.
 class SelectableBoundTable<T>
          A data bound table with selectable rows.
 class SelectableTable<T>
          A data bound table with selectable rows.
 

Methods in net.sf.echobinding.table that return BoundTable
 BoundTable<T> BoundTable.addColumn(java.lang.Integer columnIndex, java.lang.String adapterId)
          Adds a column at the specified position to the table.
 BoundTable<T> BoundTable.addColumn(java.lang.String adapterId)
          Adds a column for the specified adpater to the table.
 



Copyright © 2007. All Rights Reserved.