Release Notes

JViews TGO Release Notes

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

Incompatibilities
General Changes
Library Changes
New Packages

New Interfaces and Classes

Modified Classes

Removed Classes

Example Changes

Incompatibilities


General Changes

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

Library Changes

New Packages

ilog.cpl.datasource.css

Contains the interfaces that define the properties at the adapter level which are configurable through cascading style sheets.

ilog.cpl.equipment.css

Contains the interfaces that define the properties at the equipment component level which are configurable through cascading style sheets.

ilog.cpl.graph.css

Contains the interfaces that define the properties at the graph component level which are configurable through cascading style sheets.

ilog.cpl.network.css

Contains the interfaces that define the properties at the network component level which are configurable through cascading style sheets.

ilog.cpl.tree.css

Contains the interfaces that define the properties at the tree component level which are configurable through cascading style sheets.

New Interfaces and Classes

ilog.cpl.css.IlpStyleSheetCustomization

This interface defines the properties available to configure the cascading style sheet environment.

ilog.cpl.datasource.css.IlpAdapterCustomization

This interface externalizes the properties that can be configured with cascading style sheets for an IlpAbstractAdapter.

ilog.cpl.datasource.css.IlpAdapterStyleSheetCustomization

This interface defines the properties available to configure the adapter cascading style sheet environment.

ilog.cpl.datasource.css.IlpHierarchyAdapterCustomization

This interface externalizes the properties of an IlpAbstractHierarchyAdapter which can be configured using cascading style sheets.

ilog.cpl.equipment.css.IlpEquipmentAdapterCSS

This interface externalizes the kind of cascading style sheet configuration that is available for the Equipment adapter.

ilog.cpl.equipment.css.IlpEquipmentAdapterCustomization

This interface externalizes the properties of an ilog.cpl.equipment.IlpEquipmentAdapter which can be configured using cascading style sheets.

ilog.cpl.equipment.css.IlpEquipmentViewCSS

This interface externalizes the kind of cascading style sheet configuration that is available for the Equipment component.

ilog.cpl.graph.background.IlpBackgroundProvider

This interface identifies entities that provide the functionality needed for the IlpViewsViews to handle the background support needs of background based components such as the IlpNetwork and IlpEquipment.

ilog.cpl.graph.css.IlpGraphViewCSS

This interface externalizes the kind of cascading style sheet configuration that is available for the Graph component.

ilog.cpl.graph.util.IlpManagerViewAutoAdjuster

This class makes sure that a specific graphic element type is always visible.

ilog.cpl.graphic.css.IlpViewStyleSheetCustomization

This interface defines the properties available to configure the view cascading style sheet environment.

ilog.cpl.network.css.IlpNetworkAdapterCSS

This interface externalizes the kind of cascading style sheet configuration that is available for the Network adapter.

ilog.cpl.network.css.IlpNetworkAdapterCustomization

This interface externalizes the properties of an ilog.cpl.network.IlpNetworkAdapter which can be configured using cascading style sheets.

ilog.cpl.network.css.IlpNetworkViewCSS

This interface externalizes the kind of cascading style sheet configuration that is available for the Network component.

ilog.cpl.style.key.IlpAttributeKeys

This class contains style keys used for attributes in the Table, Network and Equipment components.

ilog.cpl.style.key.IlpObjectKeys

This class contains style keys used for attributes in the Table, Network and Equipment components.

ilog.cpl.table.css.IlpTableAdapterCSS

This interface externalizes the kind of cascading style sheet configuration that is available for the Tree adapter.

ilog.cpl.table.css.IlpTableAdapterCustomization

This interface externalizes the properties that can be configured with cascading style sheets for an IlpTableListAdapter.

ilog.cpl.table.css.IlpTableViewCSS

This interface externalizes the kind of cascading style sheet configuration that is available for the Table component.

ilog.cpl.tree.css.IlpAbstractTreeAdapterCustomization

This interface externalizes the properties of an IlpAbstractTreeAdapter which can be configured using cascading style sheets.

ilog.cpl.tree.css.IlpTreeAdapterCSS

This interface externalizes the kind of cascading style sheet configuration that is available for the Tree adapter.

ilog.cpl.tree.css.IlpTreeViewCSS

This interface externalizes the kind of cascading style sheet configuration that is available for the Tree component.

ilog.cpl.util.IlpExpansionType

This class has been moved from ilog.cpl.model.IlpObject.ExpansionType and contains the possible expansion values for a business object.

ilog.tgo.faces.IltFacesPropertyAccessor

Abstraction in charge of providing access to the properties of TGO objects with the purpose of making object details available on remote clients.

ilog.tgo.faces.equipment.dhtml.renderkit.IltFacesEquipmentTiledViewRenderer

The DHTML renderer that provides the tiled representation for an ilog.tgo.faces.equipment.dhtml.component.IltFacesDHTMLEquipmentView component.

ilog.tgo.faces.graph.dhtml.component.IltFacesGraphViewSelectionManager

The abstraction that holds the settings related to selection for the TGO Faces components.

ilog.tgo.faces.graph.dhtml.renderkit.IltFacesGraphTiledViewRenderer

The DHTML renderer base class that provides the common functionality for tiled representations of graph based components.

ilog.tgo.faces.graph.dhtml.renderkit.IltFacesGraphViewSelectionManagerRenderer

The renderer for an ilog.tgo.faces.graph.dhtml.component.IltFacesGraphViewSelectionManager component.

ilog.tgo.faces.graph.dhtml.taglib.IltFacesGraphViewSelectionManagerTag

This class defines the JSP custom tag handler for the ilog.tgo.faces.graph.dhtml.component.IltFacesGraphViewSelectionManager component.

ilog.tgo.faces.network.dhtml.renderkit.IltFacesNetworkTiledViewRenderer

The DHTML renderer that provides the tiled representation for an ilog.tgo.faces.network.dhtml.component.IltFacesDHTMLNetworkView component.

ilog.tgo.model.IltLink.Technology

This enumeration lists the technology of network links.

ilog.tgo.resource.css.IltLinkTechnologyCustomization

This interface specifies the properties that can be customized for ilog.tgo.model.IltLink.Technology using CSS.

Modified Classes

ilog.cpl.IlpEquipment

ilog.cpl.IlpNetwork

ilog.cpl.datasource.IlpAbstractHierarchyAdapter

ilog.cpl.datasource.IlpDefaultDataSource

ilog.cpl.graph.IlpGraphView

ilog.cpl.graphic.views.IlpStylableViewsView

ilog.cpl.model.IlpDefaultClassManager

ilog.cpl.project.IlpProject

ilog.cpl.project.IlpTGOProject

ilog.cpl.storage.IlpClassManagerLoader

ilog.cpl.storage.IlpDataSourceLoader

ilog.cpl.storage.IlpAbstractReader

ilog.cpl.storage.IlpAbstractWriter

ilog.cpl.storage.IlpDeploymentParser.IlpCustomHandler

ilog.cpl.storage.IlpStorageLoggers

ilog.cpl.style.IlpDefaultStyleManager

ilog.cpl.style.IlpStyleManager

ilog.cpl.util.IlpDefaultTypeConverter

ilog.cpl.util.IlpI18NUtil

ilog.cpl.util.IlpTypeConverter

ilog.tgo.css.IltObjectCustomization

ilog.tgo.graphic.IltLegend

ilog.tgo.faces.IltFacesJTGOConstants

ilog.tgo.graphic.IltGraphicElementName

ilog.tgo.interactor.IltMakeLinearGroupInteractor

ilog.tgo.interactor.IltMakePolyGroupInteractor

ilog.tgo.model.IltLink

ilog.tgo.resource.renderer.IltLinkRenderer

Removed Classes

ilog.cpl.equipment.IlpLayoutConfiguration

ilog.cpl.equipment.IlpEquipmentConfiguration

ilog.cpl.graphic.views.IlpActionConfiguration

ilog.cpl.graphic.views.IlpBackgroundConfiguration

ilog.cpl.graphic.views.IlpBackgroundPolicyConfiguration

ilog.cpl.graphic.views.IlpBeanConfiguration

ilog.cpl.graphic.views.IlpButtonConfiguration

ilog.cpl.graphic.views.IlpDefaultViewInteractorConfiguration

ilog.cpl.graphic.views.IlpDefaultViewInteractorConfiguration

ilog.cpl.graphic.views.IlpLabelLayoutConfiguration

ilog.cpl.graphic.views.IlpNodeLayoutConfiguration

ilog.cpl.graphic.views.IlpOverviewConfiguration

ilog.cpl.graphic.views.IlpPopupMenuFactoryConfiguration

ilog.cpl.graphic.views.IlpPositionConfiguration

ilog.cpl.graphic.views.IlpPositionConverterConfiguration

ilog.cpl.graphic.views.IlpPositionPolicyConfiguration

ilog.cpl.graphic.views.IlpScrollBarConfiguration

ilog.cpl.graphic.views.IlpToolBarConfiguration

ilog.cpl.graphic.views.IlpViewConfiguration

ilog.cpl.graphic.views.IlpViewInteractorConfiguration

ilog.cpl.graphic.views.IlpZoomConfiguration

ilog.cpl.network.IlpLayoutConfiguration

ilog.cpl.network.IlpLinkLayoutConfiguration

ilog.cpl.network.IlpNetworkConfiguration

ilog.cpl.storage.IlpJDOMStyleReader

ilog.cpl.storage.IlpJDOMStyleWriter

ilog.cpl.storage.IlpStyleReader

ilog.cpl.storage.IlpStyleWriter

ilog.tgo.grprim.IltCap

ilog.tgo.grprim.IltJoin

ilog.tgo.lang.IltEnum

ilog.tgo.lang.IltEnumInfo

ilog.tgo.model.IltSystem

ilog.util.IlInvalidSerialVersionException


Example Changes