Package | Description |
---|---|
ilog.views.chart.datax.adapter |
Provides predefined bridges between data models.
|
ilog.views.diagrammer.datasource |
Contains the classes that define Diagrammer data sources.
|
ilog.views.gantt.model.jdbc |
Contains a Gantt data model implementation that connects to a JDBC database.
|
ilog.views.gantt.model.table |
Contains a Gantt data model implementation that connects to Swing
TableModel
instances. |
ilog.views.gantt.project |
Provides classes that are used to apply project files created by the
Gantt Designer to an
IlvGanttChart or an
IlvScheduleChart . |
ilog.views.sdm.model |
Contains the predefined data models in the SDM package.
|
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 |
Class and Description |
---|
IlvTableModel
This interface extends the
TableModel interface to provide
the ability to modify the structure of the table model. |
Class and Description |
---|
IlvJDBCConnectionParameters
A class that holds the parameters of a JDBC connection.
|
IlvJDBCQueryParameters
A class that holds the parameters of an SQL query.
|
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. |
Class and Description |
---|
IlvTableModelMappingException
This
Exception is thrown when the mapping from or to the TableModel
cannot be performed. |
Class and Description |
---|
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. |
IlvTableModelMappingException
This
Exception is thrown when the mapping from or to the TableModel
cannot be performed. |
Class and Description |
---|
IlvJDBCQueryParameters
A class that holds the parameters of an SQL query.
|
Class and Description |
---|
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. |
Class and Description |
---|
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 . |
IlvJDBCConnectionParameters
A class that holds the parameters of a JDBC connection.
|
IlvJDBCQueryParameters
A class that holds the parameters of an SQL query.
|
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. |
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. |
IlvTableModelMappingException
This
Exception is thrown when the mapping from or to the TableModel
cannot be performed. |
IlvTableModelPropertyDescriptor
This interface must be implemented by classes that need to lookup a
TableModel at a specified row index and returns a property
value. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.