TableModel
to JViews models,
and also, JDBC, RowSet and CSV based implementations of a Swing TableModel
for easy database and flat file accessSee: Description
Interface | Description |
---|---|
IlvJDBCQueryUtil.QueryCharacterHandler |
This interface is used to iterate over the characters of a query string,
separating comments from non-comment tokens.
|
IlvTableModel |
This interface extends the
TableModel interface to provide
the ability to modify the structure of the table model. |
IlvTableModelPropertyDescriptor |
This interface must be implemented by classes that need to lookup a
TableModel at a specified row index and returns a property
value. |
Class | Description |
---|---|
IlvBasicTableModelMapper |
This subclass of
IlvTableModelMapper maps each property
to a single column with an optional required type. |
IlvBasicTableModelPropertyDescriptor |
A basic implementation of
IlvTableModelPropertyDescriptor
that lookup for value at a particular column index. |
IlvCSVReader |
This class allows to read the contents of a CSV (Comma Separated Values) File
into a Swing
DefaultTableModel . |
IlvCSVTableModel |
This class represents a table model as returned by the
IlvCSVReader . |
IlvEnumerationTableModelPropertyDescriptor |
This
IlvTableModelPropertyDescriptor implementation looks up inside
a particular column of the table and map the values inside this table to values
of the model and conversely. |
IlvJDBCConnectionParameters |
A class that holds the parameters of a JDBC connection.
|
IlvJDBCQueryParameters |
A class that holds the parameters of an SQL query.
|
IlvJDBCQueryUtil |
This class contains utility functions for manipulating SQL queries.
|
IlvJDBCQueryUtil.IdentifierChain |
This class contains utility functions for manipulating identifier chains
(sequences of identifiers, separated by periods) in SQL syntax.
|
IlvJDBCTableModel |
The
IlvJDBCTableMode is an implementation of the Swing
TableModel that connects to a database through JDBC 2.0. |
IlvMultiColumnTableModelPropertyDescriptor |
A basic implementation of
IlvTableModelPropertyDescriptor
that lookup for value at a particular set of column indexes. |
IlvRowSetTableModel |
The
IlvRowSetTableModel is an implementation of the Swing
TableModel that connects to a RowSet . |
IlvTableModelEvent |
This subclass of
TableModelEvent provides some additional event
types that are needed to inform listeners before a row will either be
deleted or updated. |
IlvTableModelMapper |
This class helps in converting values from a given
TableModel to
properties of another model and to conversely set back values inside the
TableModel from the foreign model. |
Exception | Description |
---|---|
IlvTableModelMappingException |
This
Exception is thrown when the mapping from or to the TableModel
cannot be performed. |
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
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.