Package | Description |
---|---|
ilog.views.gantt |
Contains all of the main Gantt Chart classes,
Beans, and data model interfaces.
|
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.addExpandable(IlvVerticalExpandable expandable)
Adds the specified expandable UI component to be coordinated with this
controller.
|
void |
IlvGanttConfiguration.addVerticalExpandable(IlvVerticalExpandable expandable)
Adds the specified expandable UI component to be coordinated with this
configuration.
|
void |
IlvGanttComponentManager.addVerticalExpandable(IlvVerticalExpandable expandable)
Adds an expandable UI component to be coordinated with the chart.
|
void |
IlvVerticalDisplayController.removeExpandable(IlvVerticalExpandable expandable)
Removes the specified expandable UI component so that it will no longer be
coordinated with this controller.
|
void |
IlvGanttConfiguration.removeVerticalExpandable(IlvVerticalExpandable expandable)
Removes the specified expandable UI component so that it will no longer be
coordinated with this configuration.
|
void |
IlvGanttComponentManager.removeVerticalExpandable(IlvVerticalExpandable expandable)
Removes an expandable UI component so that it is no longer coordinated
with the chart.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvGanttSheet
The
IlvGanttSheet class is a lightweight graphical component
that displays activities, constraints, and reservations. |
Modifier and Type | Class and Description |
---|---|
class |
IlvJTable
IlvJTable is a Swing JTable subclass that
is designed specifically to integrate easily with the Gantt framework. |
class |
IlvJTree
IlvJTree is a Swing JTree subclass that is
designed specifically to integrate easily with the Gantt framework. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.