Package | Description |
---|---|
ilog.views.gantt.model |
Contains abstract and basic implementations of
the Gantt data model.
|
ilog.views.gantt.model.filter |
Contains Gantt data model implementations that encapsulate and filter other
data models.
|
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. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultGanttModel
IlvDefaultGanttModel is a default implementation of the
IlvGanttModel interface, suitable for many
applications. |
Modifier and Type | Class and Description |
---|---|
class |
IlvBasicFilterGanttModel
IlvBasicFilterGanttModel provides a filtered view of an underlying
data model's activities and resources. |
class |
IlvFilterGanttModel
IlvFilterGanttModel is a base class for Gantt data models that
encapsulate other models. |
Modifier and Type | Class and Description |
---|---|
class |
IlvJDBCGanttModel
An implementation of the
IlvGanttModel interface
that connects to a database through JDBC to get the definition of the
activities, resources, constraints and reservation with simple mapping
configuration. |
Modifier and Type | Class and Description |
---|---|
class |
IlvTableGanttModel
This implementation of the
IlvGanttModel interface
builds a model from several instances of Swing TableModel s for:
activities
resources
constraints
reservations. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.