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