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.fireNodeMoved(RowMovedEvent event)
Fires a
RowMovedEvent to all registered expandable UI
components. |
Modifier and Type | Method and Description |
---|---|
void |
VerticalExpansionListener.rowMoved(RowMovedEvent event)
This method is invoked by the
Gantt configuration when a row has been moved within the data tree. |
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttSheet.rowMoved(RowMovedEvent event)
Invoked by the Gantt configuration when a node has been moved within the
data tree.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvJTree.rowMoved(RowMovedEvent event)
Invoked by the
IlvGanttConfiguration when this tree is
configured as an IlvVerticalExpandable slave component and a
row has been moved within the data tree. |
void |
IlvJTable.rowMoved(RowMovedEvent event)
Invoked by the Gantt configuration when a node has been moved within
the data tree.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.