Release Notes

JViews Gantt Release Notes

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

Incompatibilities
General Changes
Library Changes

New Interfaces and Classes

Modified Classes

Example Changes

Incompatibilities


General Changes

The main general changes in JViews Gantt are the following:

Library Changes

New Interfaces and Classes

ilog.views.gantt.action.IlvScrollToTimeIndicatorAction

The IlvScrollToTimeIndicatorAction class implements an action that will scroll to a specific IlvTimeIndicator for the specified IlvGanttSheet.

ilog.views.gantt.event.ActivityGraphicInteractorEvent

ActivityGraphicInteractorEvent is used to notify listeners when activity graphics are about to be, are currently being, or have just been modified by an interaction.

ilog.views.gantt.event.ActivityGraphicInteractorListener

ActivityGraphicInteractorListener is the listener interface for receiving events when interacting with activity graphics.

ilog.views.gantt.event.ActivityGraphicReshapedEvent

ActivityGraphicReshapedEvent is used to notify listeners when activity graphics are about to be, are currently being, or have just been reshaped by the IlvActivityGraphicReshapeInteractor.

ilog.views.gantt.graphic.IlvActivityTileLayout.DefaultTilingPolicy

A DefaultTilingPolicy takes each given activity graphic and attempts to place it into the first existing subrow that will accommodate it.

ilog.views.gantt.graphic.IlvActivityTileLayout.GraphicBounds

GraphicBounds is a structure that maintains an association between an activity graphic and its bounding box in the coordinates of the current view.

ilog.views.gantt.graphic.IlvActivityTileLayout.TilingPolicy

A TilingPolicy controls how many subrows are created for each Gantt row by the tile layout and how activities are assigned to the subrows.

ilog.views.gantt.graphic.IlvConstraintGraphicLayer

IlvConstraintGraphicLayer is a specific IlvManagerLayer for the management of constraint graphics.

ilog.views.gantt.graphic.IlvConstraintGraphicLayerPolicy

IlvConstraintGraphicLayerPolicy implements the default management of constraint graphics within the IlvGanttSheet.

ilog.views.gantt.graphic.IlvTimeIndicatorReshapeFeedback

IlvTimeIndicatorReshapeFeedback is used to display a time indicator during the reshape interaction, allowing you to see in a more detailed way the updated set date.

ilog.views.gantt.graphic.renderer.IlvBasicActivityLabelBeanInfo

Bean info for IlvBasicActivityLabel.

Modified Classes

ilog.views.gantt.IlvGanttConfiguration

ilog.views.gantt.IlvHierarchyChart

ilog.views.gantt.faces.dhtml.component.IlvFacesDHTMLGanttChartView

ilog.views.gantt.faces.dhtml.component.IlvFacesDHTMLGanttSupport

ilog.views.gantt.faces.dhtml.component.IlvFacesDHTMLScheduleChartView

ilog.views.gantt.faces.dhtml.taglib.IlvFacesDHTMLHierarchyChartViewTag

ilog.views.gantt.graphic.IlvActivityGraphic

ilog.views.gantt.graphic.IlvActivityTileLayout

ilog.views.gantt.graphic.IlvGanttSheet

ilog.views.gantt.graphic.IlvTimeIndicator

ilog.views.gantt.graphic.interactor.IlvActivityGraphicReshapeInteractor

ilog.views.gantt.graphic.renderer.IlvActivityCompositeRenderer

ilog.views.gantt.graphic.renderer.IlvActivityGraphicRenderer

ilog.views.gantt.graphic.renderer.IlvActivityRenderer

ilog.views.gantt.graphic.timeindicator.IlvCurrentTimeIndicator

ilog.views.gantt.graphic.timeindicator.IlvFixedTimeIndicator

ilog.views.gantt.model.IlvSimpleActivity

ilog.views.gantt.servlet.IlvGanttComponentSelectionSupport

ilog.views.gantt.servlet.IlvGanttSelectionSupport

ilog.views.gantt.servlet.IlvGanttSelectionSupport.IdentifierFactory

ilog.views.gantt.servlet.IlvGanttServletSupport

ilog.views.gantt.servlet.IlvGanttSheetSelectionSupport

ilog.views.gantt.servlet.IlvGanttTableSelectionSupport

ilog.views.gantt.swing.IlvTimeScrollBar

ilog.views.gantt.xml.IlvGanttDocumentWriter

ilog.views.gantt.xml.IlvSDXLConstants


Example Changes