public class SwingDataFrameFactory extends DataFrameFactory
DataFrame
object from Swing models.Constructor and Description |
---|
SwingDataFrameFactory() |
Modifier and Type | Method and Description |
---|---|
static <V> DataFrame<Integer,String,V> |
fromTableModel(TableModel tableModel)
Creates a data frame using a Swing TableModel.
|
fromColumnSeries, fromCSV, fromExcel, fromJSON, fromMySQL, fromOracle, fromPostgreSQL, fromRowMajorArray, fromSQLServer, fromTSV, getInstance, getSwingInstance
public static <V> DataFrame<Integer,String,V> fromTableModel(TableModel tableModel)
V
- the type of valuestableModel
- the table modelCopyright © 2014 Macrofocus GmbH. All Rights Reserved.