Release Notes

JViews TGO Release Notes

This document describes the main changes that have been made to JViews TGO since version 8.1.

Incompatibilities
General Changes
Library Changes

New Interfaces and Classes

Modified Interfaces and Classes

Removed Interfaces and Classes

New Examples
Modified Examples

Incompatibilities


General Changes

The main general changes to JViews TGO are as follows:

TGO Main Library

Graph Layout

Web Deployment and JSF


Library Changes

New Interfaces and Classes

ilog.cpl.graph.graphlayout.IlpSubnetworkPositionLayout

This simple layout implementation updates the position of expanded subnetworks. Refer to the class documentation for more details.

ilog.cpl.util.IlpStaticExpansionStrategy

This basic static expansion strategy can be used for expanding subnetworks when no load on demand is needed.

ilog.tgo.css.function.IltTinyImageFunction

Returns the image corresponding to the tiny representation of a predefined business object in the view.

ilog.tgo.swing.IltComponentUtilities

A utility class to retrieve an image that displays the graphical representation of an object in a view.

ilog.tgo.util.IltSystemInitializer

This utility class handles the JViews TGO static library initialization in parallel through the use of a worker thread. This replaces the mandatory call to IltSystem.Init().

ilog.tgo.util.IltSystemInitializer.Initializer

This abstract class defines the basic initialization used by ilog.tgo.util.IltSystemInitializer and can also be customized to initialize custom resources.

Modified Interfaces and Classes

ilog.cpl.graphic.view.IlpPolyPoints

ilog.cpl.datasource.IlpDataSource

ilog.cpl.datasource.IlpDefaultDataSource

ilog.cpl.interactor.IlpInteractorManagerSupport

ilog.cpl.tree.IlpAbstractTreeAdapter

ilog.tgo.faces.graph.dhtml.interactor.IltFacesGraphInteractor

ilog.tgo.faces.graph.dhtml.taglib.IltFacesGraphInteractorTag

Removed Interfaces and Classes

ilog.tgo.graphic.IltClassLegends


New Examples

Modified Examples