Package | Description |
---|---|
ilog.views.diagrammer.datasource |
Contains the classes that define Diagrammer data sources.
|
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.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 | Class and Description |
---|---|
static class |
IlvJDBCDataSource.QueryParameters
This class is used to store the parameters of a query
for a Diagrammer JDBC data source.
|
Modifier and Type | Method and Description |
---|---|
IlvJDBCQueryParameters |
IlvGanttJDBCDataSource.getActivityQueryParameters()
Returns the query that will be used to extract activities.
|
IlvJDBCQueryParameters |
IlvGanttJDBCDataSource.getConstraintQueryParameters()
Returns the query that will be used to extract constraints.
|
IlvJDBCQueryParameters |
IlvGanttJDBCDataSource.getReservationQueryParameters()
Returns the query that will be used to extract reservations.
|
IlvJDBCQueryParameters |
IlvGanttJDBCDataSource.getResourceQueryParameters()
Returns the query that will be used to extract resources.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttJDBCDataSource.setActivityQueryParameters(IlvJDBCQueryParameters query)
Sets the query that will be used to extract activities.
|
void |
IlvGanttJDBCDataSource.setConstraintQueryParameters(IlvJDBCQueryParameters query)
Sets the query that will be used to extract constraints.
|
void |
IlvGanttJDBCDataSource.setReservationQueryParameters(IlvJDBCQueryParameters query)
Sets the query that will be used to extract reservations.
|
void |
IlvGanttJDBCDataSource.setResourceQueryParameters(IlvJDBCQueryParameters query)
Sets the query that will be used to extract resources.
|
Modifier and Type | Method and Description |
---|---|
static IlvJDBCQueryParameters |
IlvJDBCQueryParameters.deserialize(Element parentElement,
Element queryElement)
Loads query parameters from a DOM element.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.