public class SwingTableDataSource extends DataSource
| Constructor and Description |
|---|
SwingTableDataSource(javax.swing.table.TableModel swingModel)
Creates a new data source from a swing table model.
|
SwingTableDataSource(javax.swing.table.TableModel swingModel,
java.lang.String[] fillinNames)
Creates a new data source from a swing table model and defines or overrides
FILLIN names of table columns.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
deliverData() |
protected int |
getDataCount() |
deliver, getLoggerpublic SwingTableDataSource(javax.swing.table.TableModel swingModel)
swingModel - Swing table model.public SwingTableDataSource(javax.swing.table.TableModel swingModel,
java.lang.String[] fillinNames)
swingModel - Swing table model.fillinNames - FILLIN-names of tabel columns.protected void deliverData()
throws ReportException
deliverData in class DataSourceReportExceptionprotected int getDataCount()
getDataCount in class DataSource© 2003-2011 by Sascha Schmidt (vision-cloud.de). All Rights Reserved.