Package | Description |
---|---|
ilog.views.gantt.model |
Contains abstract and basic implementations of
the Gantt data model.
|
ilog.views.gantt.model.general |
Contains a Gantt data model implementation that supports user-defined properties.
|
ilog.views.gantt.model.table |
Contains a Gantt data model implementation that connects to Swing
TableModel
instances. |
Modifier and Type | Class and Description |
---|---|
class |
IlvNullActivity
IlvNullActivity is a special implementation of the
IlvActivity interface that is used as
the root activity
of a Gantt data model when a root
has not been explicitly specified. |
class |
IlvSimpleActivity
IlvSimpleActivity is a relatively simple, memory-based
implementation of the IlvActivity interface that can be
extended in a straightforward manner for more complex needs. |
Modifier and Type | Class and Description |
---|---|
class |
IlvGeneralActivity
IlvGeneralActivity is an extension of IlvSimpleActivity
that adds support for user-defined properties. |
Modifier and Type | Class and Description |
---|---|
class |
IlvTableActivity
An
IlvAbstractActivity implementation that
works with an IlvTableGanttModel . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.