Package org.openxava.tab.impl

Interface Summary
EntityTabHome Home interface for Enterprise Bean: EntityTab
EntityTabRemote  
IDataReader Read data by chunks.
IEdiTableModel TablaModel editable.
IEntityTabDataProvider  
IEntityTabImpl Interface to facilite a remote implementation of a EntityTab.
IObjectTableModel A TableModel with a object associated to each row
IRefreshTableModel A TablaModel that can refresh data.
ISearch Allows search specifying a concrete condition.
ITableModel Adds to the swing TableModel the posibility of add, remove and modify rows.
ITabProvider Provides data and specific behavior from the underlying query technology.
IVectorTableModel TableModel that allows put and get all data in Vector format.
IWithXTableModel Something with a IXTableModel.
IXTableModel Extended TableModel.
 

Class Summary
DataChunk A chunk of data.
EntityTab Provides a TableModel for reading tabular data of an entity.
EntityTabBean  
EntityTabDataProvider  
EntityTabFactory  
HiddenXTableModel Decorate an IXTableModel to hidden columns.
JDBCTabProvider An ITabProvider that obtain data via JDBC.
JPATabProvider An ITabProvider that obtain data via JPA.
SelectedRowsXTableModel  
TabCalculator  
TableModelBase The main difference within this class and swing AbstractTableModel is that the listener list is transient.
TableModelBean IXTableModel implementation in JavaBean format.
TabProviderBase  
XTableModelDecoratorBase Base class to create IXTableModel decorators.
 

Exception Summary
TabException Exception throwed by some classes of this package.