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 | Interface and Description |
---|---|
interface |
IlvPropertyHolderActivity
The interface
IlvPropertyHolderActivity denotes an activity which
has a number of specific time points. |
Modifier and Type | Class and Description |
---|---|
class |
IlvGeneralActivity
IlvGeneralActivity is an extension of IlvSimpleActivity
that adds support for user-defined properties. |
class |
IlvGeneralConstraint
IlvGeneralConstraint is an extension of
IlvSimpleConstraint that adds support for user-defined properties. |
class |
IlvGeneralReservation
IlvGeneralReservation is an extension of
IlvSimpleReservation that adds support for user-defined properties. |
class |
IlvGeneralResource
IlvGeneralResource is an extension of IlvSimpleResource
that adds support for user-defined properties. |
Modifier and Type | Class and Description |
---|---|
class |
IlvTableActivity
An
IlvAbstractActivity implementation that
works with an IlvTableGanttModel . |
class |
IlvTableConstraint
An
IlvAbstractConstraint implementation that
works with an IlvTableGanttModel . |
class |
IlvTableReservation
An
IlvAbstractReservation implementation that
works with an IlvTableGanttModel . |
class |
IlvTableResource
An
IlvAbstractResource implementation that
works with an IlvTableGanttModel . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.