Release Notes

JViews Gantt Release Notes

This document describes the main changes that have been made to the JViews Gantt module since version 6.0.

Incompatibilities
General Changes
Library Changes
New Packages

New Interfaces and Classes

Modified Classes

Example Changes

Incompatibilities


General Changes

The main general changes of the JViews Gantt module are the following:

Library Changes

New Packages

ilog.views.gantt.faces

This package (and its subpackages) contains the gantt specific JSF components, renderers and JSP tags.

New Interfaces and Classes

ilog.views.gantt.graphic.IlvActivityTileLayout

IlvActivityTileLayout arranges concurrent activities within a Gantt row by subdividing the row into the minimum necessary subrows and tiling the activity graphics. This new layout has many more options and supercedes the IlvActivityLogisticLayout.TILE layout.

ilog.views.gantt.graphic.interactor.IlvGanttSheetInteractor

IlvGanttSheetInteractor is the base class for interactors that can be set on a Gantt sheet.

Modified Classes

ilog.views.gantt.IlvHierarchyChart

ilog.views.gantt.IlvJScrollGanttSheet

ilog.views.gantt.IlvTimeScrollSupport

ilog.views.gantt.IlvTimeScrollUtil

ilog.views.gantt.graphic.IlvActivitySimpleLayout

ilog.views.gantt.graphic.IlvGanttSheet

ilog.views.gantt.graphic.IlvLinearTimeConverter

ilog.views.gantt.graphic.IlvTimeConverter

ilog.views.gantt.model.jdbc.IlvJDBCGanttModel

ilog.views.gantt.model.table.IlvTableGanttModel

ilog.views.gantt.scale.IlvTimeScale.PaintContext

ilog.views.gantt.swing.IlvAbstractJTreeRenderPolicy


Example Changes