Package | Description |
---|---|
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.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 |
Constructor and Description |
---|
IlvJDBCGanttModel(Connection connection,
String activitiesQuery,
Map activitiesMapping,
String resourcesQuery,
Map resourcesMapping,
String constraintsQuery,
Map constraintsMapping,
Object[] constraintTypesMapping,
String reservationsQuery,
Map reservationsMapping)
Builds a read-only
IlvJDBCGanttModel from a single JDBC Connection ,
four queries and mapping information from queries columns to gantt properties. |
IlvJDBCGanttModel(Connection connection,
String activitiesQuery,
Map activitiesMapping,
String resourcesQuery,
Map resourcesMapping,
String constraintsQuery,
Map constraintsMapping,
Object[] constraintTypesMapping,
String reservationsQuery,
Map reservationsMapping,
boolean readonly)
Builds a
IlvJDBCGanttModel from a single JDBC Connection ,
four queries and mapping information from queries columns to gantt properties. |
IlvJDBCGanttModel(Connection connection,
String activitiesQuery,
Object[] activitiesQueryParameters,
Map activitiesMapping,
String resourcesQuery,
Object[] resourcesQueryParameters,
Map resourcesMapping,
String constraintsQuery,
Object[] constraintsQueryParameters,
Map constraintsMapping,
Object[] constraintTypesMapping,
String reservationsQuery,
Object[] reservationsQueryParameters,
Map reservationsMapping,
boolean readonly)
Builds a
IlvJDBCGanttModel from a single JDBC Connection ,
four queries and mapping information from queries columns to gantt properties. |
IlvJDBCGanttModel(ResultSet activitiesResultSet,
Map activitiesMapping,
ResultSet resourcesResultSet,
Map resourcesMapping,
ResultSet constraintsResultSet,
Map constraintsMapping,
Object[] constraintTypesMapping,
ResultSet reservationsResultSet,
Map reservationsMapping)
Builds a read-only
IlvJDBCGanttModel from four ResultSet
and mapping information from queries columns to gantt properties. |
Modifier and Type | Method and Description |
---|---|
void |
IlvTableGanttModel.initializeMapping()
Performs the mapping of all the
TableModel s to the
IlvGanttModel . |
Constructor and Description |
---|
IlvTableGanttModel(IlvTableModelMapper activitiesMapper,
IlvTableModelMapper resourcesMapper,
IlvTableModelMapper constraintsMapper,
IlvTableModelMapper reservationsMapper)
Builds an
IlvTableGanttModel from the given IlvTableModelMapper instances. |
Modifier and Type | Method and Description |
---|---|
Object |
IlvTableModelMapper.getProperty(String propertyName,
int rowIndex)
Lookup the
TableModel at row index rowIndex and
returns a value for a given property. |
Object |
IlvTableModelPropertyDescriptor.getProperty(TableModel model,
int rowIndex)
Returns an
Object property value for the given
TableModel at the given row index. |
void |
IlvTableModelMapper.setProperty(String propertyName,
int rowIndex,
Object propertyValue)
Sets back the given property value inside the
TableModel at
the row index rowIndex . |
void |
IlvTableModelPropertyDescriptor.setProperty(TableModel model,
int rowIndex,
Object propertyValue)
Sets the given property value inside the given
TableModel
at the given rowIndex . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.