Package | Description |
---|---|
ilog.views.util.data |
Provides utilities to manage data including facilities for mapping a Swing
TableModel to JViews models,
and also, JDBC, RowSet and CSV based implementations of a Swing TableModel for easy database and flat file access |
Modifier and Type | Method and Description |
---|---|
static IlvCSVReader |
IlvCSVReader.getInstance()
Returns an instance of
IlvCSVReader that will try to automatically
detect the separator to read a CSV File into a DefaultTableModel . |
static IlvCSVReader |
IlvCSVReader.getInstance(char separator)
Returns an instance of
IlvCSVReader that will use the given
separator to read a CSV File into a DefaultTableModel . |
static IlvCSVReader |
IlvCSVReader.getInstance(char separator,
int titleRowIndex)
Returns an instance of
IlvCSVReader that will use the given
separator to read a CSV File into a DefaultTableModel . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.