Package | Description |
---|---|
ilog.views.gantt |
Contains all of the main Gantt Chart classes,
Beans, and data model interfaces.
|
ilog.views.gantt.event |
Provides interfaces and classes for dealing
with different types of events fired by
main Gantt Chart classes.
|
ilog.views.gantt.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
ilog.views.gantt.swing |
Provides interfaces and classes for rendering and editing
Gantt data in Swing components, such as a tree or table.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvVerticalDisplayController.fireNodesInserted(RowsInsertedEvent event)
Fires a
RowsInsertedEvent to all registered expandable UI
components. |
Modifier and Type | Method and Description |
---|---|
void |
VerticalExpansionListener.rowsInserted(RowsInsertedEvent event)
This method is invoked by the
Gantt configuration when children have been inserted into a common parent
row in the data tree. |
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttSheet.rowsInserted(RowsInsertedEvent event)
Invoked by the Gantt configuration when children have been inserted into
the same parent node in the data tree.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvJTree.rowsInserted(RowsInsertedEvent event)
Invoked by the
IlvGanttConfiguration when this tree is
configured as an IlvVerticalExpandable slave component and
children have been inserted into a common parent row in the data tree. |
void |
IlvJTable.rowsInserted(RowsInsertedEvent event)
Invoked by the Gantt configuration when children have been inserted
into a common parent node in the data tree.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.