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.
|
ilog.views.schedule |
Contains the main Schedule Data chart classes that display numerical information
derived from Gantt data models.
|
Modifier and Type | Method and Description |
---|---|
protected GanttModelChangedEvent |
IlvGanttConfiguration.fireGanttModelAboutToChange(IlvGanttModel newModel)
Fires a
ganttModelAboutToChange event. |
Modifier and Type | Method and Description |
---|---|
void |
IlvVerticalDisplayController.fireGanttModelChanged(GanttModelChangedEvent event)
Fires a
GanttModelChangedEvent to all registered expandable UI
components. |
void |
IlvVerticalExpansionMaster.ganttModelChanged(GanttModelChangedEvent event)
Invoked by the Gantt configuration when the data model has been replaced.
|
void |
IlvVerticalExpandable.ganttModelChanged(GanttModelChangedEvent event)
This method is invoked by the
Gantt
configuration when the data model has been replaced. |
void |
IlvVerticalDisplayController.inform(GanttModelChangedEvent event)
Invoked through the event demultiplexer when the entire data model has
been replaced.
|
Modifier and Type | Method and Description |
---|---|
void |
GanttModelListener.ganttModelChanged(GanttModelChangedEvent event)
This method is called when the Gantt data model has been changed or
replaced.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttSheet.ganttModelChanged(GanttModelChangedEvent event)
Invoked by the Gantt configuration when the data model has been replaced.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvJTree.ganttModelChanged(GanttModelChangedEvent event)
Invoked by the
IlvGanttConfiguration when the data model has
been replaced. |
void |
IlvJTable.ganttModelChanged(GanttModelChangedEvent event)
Invoked by the Gantt configuration when the data model has been
replaced.
|
Modifier and Type | Method and Description |
---|---|
protected GanttModelChangedEvent |
IlvScheduleDataChart.fireGanttModelAboutToChange(IlvGanttModel newModel)
Fires a
ganttModelAboutToChange event. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.