Deprecated API


Contents
Deprecated Interfaces
ilog.cpl.graphic.attachment.IlpAttachable
          Please use ILOG JViews Composite Graphic support instead. 
ilog.cpl.graphic.attachment.IlpAttachment
          Please use ILOG JViews Composite Graphic support instead. 
ilog.cpl.graphic.attachment.IlpAttachmentManager
          Please use ILOG JViews Composite Graphic support instead. 
ilog.util.IlPattern
          Please use IltPattern instead. 
ilog.cpl.graphic.views.background.IlpBackground
          See the Migration Guide a migration path. 
ilog.cpl.graphic.views.background.IlpBackgroundFactory
          See the Migration Guide a migration path. 
ilog.cpl.graphic.views.background.IlpBackgroundSupport
          See the Migration Guide a migration path. 
ilog.cpl.graphic.IlpGraphicContainment
          Please use ILOG JViews Composite Graphics instead. 
ilog.cpl.graphic.IlpGraphicViewStyleManager
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.network.IlpNetworkExpansionHandler
          Please use ilog.cpl.graph.IlpExpansionHandler instead. 
ilog.cpl.network.IlpNetworkLoadHandler
          Please use ilog.cpl.graph.IlpGraphLoadHandler instead. 
ilog.cpl.network.IlpNetworkObjectHandler
          Please use ilog.cpl.graph.IlpNodeHandler instead. 
ilog.cpl.network.IlpNetworkPositionHandler
          Please use IlpPositionHandler instead. 
ilog.cpl.network.IlpNetworkRenderer
          Please use IlpNodeRenderer instead. 
ilog.cpl.style.IlpStyleManager
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.IlpStyleValueProvider
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.table.IlpTableKeys
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.tree.IlpTreeKeys
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.tgo.model.IltBTSModel
          Containers relationships should be declared and retrieved using the Datasource API. 
ilog.tgo.model.IltChildInitializer
          Containers have been replaced by subnetworks and containment relationships should be declared at the Datasource level. 
ilog.tgo.model.IltChildrenModel
          Containers have been replaced by subnetworks and containment relationships should be declared at the Datasource level. 
ilog.tgo.model.IltChildrenModelListener
          Containers have been replaced by subnetworks and containment relationships should be declared at the Datasource level. If you are interested in relationship changes, please use the Datasource notification mechanism. 
ilog.tgo.model.IltContainer
          Containers have been replaced by subnetworks and containment relationships should be declared at the Datasource level. 
ilog.tgo.model.IltDetailExpansionRenderer
          Outside expandable containers are no longer supported. Please refer to the User's Manual to see how to create a new Network component using the same datasource, setting an object as an origin. 
ilog.tgo.graphic.IltFocusInteractor
          Since JTGO 3.0, object interactors are managed by the Controller element of each Graphic Component. Controllers are part of the MVC trio that composes a graphic component. It is responsible for storing and setting interactors to the view and its objects. Interactors can be defined using the Graphic Controller API or by loading cascading style sheets with Interactor definition. Concerning tooltips, their customization is now achieved only through CSS using properties toolTipText or toolTipGraphic. The toolTipGraphic property has priority. 
ilog.tgo.graphic.IltGraphic
          Please use IlpGraphic or IlpRepresentation objects instead. Once you have added an IlpObject to a datasource and is it being displayed, you can retrieve the IlpRepresentationObject through network.getAdapter().getRepresentationObject(obj) and the IlpGraphic through network.getView().getGraphic(repobj). 
ilog.tgo.graphic.IltGraphicManager
          Please use an IlpGraphicView instead. It contains a method getGraphic or getGraphicHolder. 
ilog.tgo.swing.IltJPopupMenuFactory
          Since JTGO 3.0, object interactors are managed by the Controller element of each Graphic Component. Controllers are part of the MVC trio that composes a graphic component. It is responsible for storing and setting interactors to the view and its objects. Interactors can be defined using the Graphic Controller API or by loading cascading style sheets with Interactor definition. Concerning tooltips, their customization is now achieved only through CSS using properties toolTipText or toolTipGraphic. The toolTipGraphic property has priority. 
ilog.tgo.graphic.IltKeyInteractor
          Since JTGO 3.0, object interactors are managed by the Controller element of each Graphic Component. Controllers are part of the MVC trio that composes a graphic component. It is responsible for storing and setting interactors to the view and its objects. Interactors can be defined using the Graphic Controller API or by loading cascading style sheets with Interactor definition. Concerning tooltips, their customization is now achieved only through CSS using properties toolTipText or toolTipGraphic. The toolTipGraphic property has priority. 
ilog.tgo.model.IltLinkSet.LinkSetListener
          Please use the datasource methods instead. 
ilog.tgo.graphic.IltMouseInteractor
          Since JTGO 3.0, object interactors are managed by the Controller element of each Graphic Component. Controllers are part of the MVC trio that composes a graphic component. It is responsible for storing and setting interactors to the view and its objects. Interactors can be defined using the Graphic Controller API or by loading cascading style sheets with Interactor definition. Concerning tooltips, their customization is now achieved only through CSS using properties toolTipText or toolTipGraphic. The toolTipGraphic property has priority. 
ilog.tgo.graphic.IltMouseMotionInteractor
          Since JTGO 3.0, object interactors are managed by the Controller element of each Graphic Component. Controllers are part of the MVC trio that composes a graphic component. It is responsible for storing and setting interactors to the view and its objects. Interactors can be defined using the Graphic Controller API or by loading cascading style sheets with Interactor definition. Concerning tooltips, their customization is now achieved only through CSS using properties toolTipText or toolTipGraphic. The toolTipGraphic property has priority. 
ilog.tgo.graphic.graphlayout.IltNodeSideFilter
          This class will probably change in the next ILOG JTGO release. 
ilog.tgo.graphic.IltObjectInteractorContext
          Since JTGO 3.0, object interactors are managed by the Controller element of each Graphic Component. Controllers are part of the MVC trio that composes a graphic component. It is responsible for storing and setting interactors to the view and its objects. Interactors can be defined using the Graphic Controller API or by loading cascading style sheets with Interactor definition. Concerning tooltips, their customization is now achieved only through CSS using properties toolTipText or toolTipGraphic. The toolTipGraphic property has priority. 
ilog.tgo.awt.IltPopupMenuFactory
          Since JTGO 3.0, object interactors are managed by the Controller element of each Graphic Component. Controllers are part of the MVC trio that composes a graphic component. It is responsible for storing and setting interactors to the view and its objects. Interactors can be defined using the Graphic Controller API or by loading cascading style sheets with Interactor definition. Concerning tooltips, their customization is now achieved only through CSS using properties toolTipText or toolTipGraphic. The toolTipGraphic property has priority. 
ilog.tgo.model.IltShelfItemContainer
          Containment relationships are declared and retrieved at the Datasource level. 
ilog.tgo.model.IltStateChangedListener
          Please use AttributeValueListener instead to listen for changes in attribute IltObject.ObjectStateAttribute. 
ilog.tgo.model.IltStatePropagator
          Please use subnetworks instead of containers. State propagation in subnetworks should be done in the back-end and set in the objects that are present in the datasources. 
ilog.tgo.graphic.IltToolTipFactory
          Please use IlpToolTipManager and CSS properties instead. 
ilog.tgo.util.IltWithProperties
          This interface has been replaced by IlWithProperties. 
ilog.views.maps.projection.IlvHorizontalDatumConverter
          Since JViews 5.0, use the coordinate transformation package in ilog.views.maps.srs 
ilog.views.maps.projection.IlvHorizontalDatumConverterFactory
          Since JViews 5.0, use the coordinate transformation package in ilog.views.maps.srs 
ilog.views.interactor.IlvLabelledObjectFactory
          Beginning with ILOG JViews 8.0, use IlvLabeledObjectFactory instead. 
ilog.views.graphlayout.IlvShapePathInterface
          Beginning with JViews 6.0 you should use the interface IlvShapePath instead, which has the same functionality. 
ilog.views.thinclient.InteractorListener
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
ilog.cpl.network.NetworkModelObserveListener
            
ilog.views.thinclient.RectangleDraggedListener
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
ilog.cpl.style.StyleChangeListener
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.StyleListener
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.views.thinclient.ViewListener
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
 

Deprecated Classes
ilog.views.maps.beans.editor.AlignmentPropertyEditor
            
ilog.views.maps.beans.editor.AttachmentPropertyEditor
            
ilog.views.maps.beans.editor.CompassNeedleStyleEditor
            
ilog.views.maps.beans.editor.CoordinateDisplayModeEditor
            
ilog.cpl.graphic.attachment.IlpAbstractAttachment
          Use JViews Composite Graphics instead. 
ilog.cpl.style.IlpAbstractStyle
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.IlpAbstractStyleValueProvider
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.graphic.component.IlpAlarmBalloon
          Please use IlvRoundRectBalloon instead. 
ilog.cpl.graphic.attachment.IlpAttachmentLocation
          Please use ILOG JViews Composite Graphic support instead. 
ilog.cpl.style.key.IlpAttributeKeys
          Use CSS properties instead. 
ilog.cpl.style.IlpAttributeStyleValueProvider
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.graphic.component.IlpBalloon
          Please use IlvBalloon instead. 
ilog.cpl.graphic.IlpBasicGraphicViewStyleManager
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.key.IlpBooleanKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.IlpBoundAttributeStyleValueProvider
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.graphic.component.IlpCentered
          Please use a composite graphic with a centered layout instead. 
ilog.cpl.network.action.IlpCollapseObjectAction
          This class has been moved. Please use the superclass instead. (ilog.graph.action.IlpCollapseObjectAction). 
ilog.cpl.style.key.IlpColorKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.graphic.IlpCompositeGraphic
          Please use ILOG JViews Composite Graphics instead. 
ilog.cpl.network.action.IlpCreateLinkAction
          This class has been moved. Please use the superclass instead. (ilog.cpl.graph.action.IlpCreateLinkAction). 
ilog.cpl.network.action.IlpCreateNodeAction
          This class has been moved. Please use the superclass instead (ilog.cpl.graph.action.IlpCreateNodeAction). 
ilog.cpl.graphic.views.background.IlpDefaultBackgroundSupport
          See the Migration Guide a migration path. 
ilog.cpl.graphic.IlpDefaultGraphicViewStyleManager
          The Style API has been replaced by the Cascading Style Sheet mechanism. Please refer to the User's Manual for further information. 
ilog.cpl.network.IlpDefaultNetworkRenderer
          Please use ilog.cpl.graph.IlpDefaultNodeRenderer instead. 
ilog.cpl.network.IlpDefaultPositionConverter
          This class has been moved, please use ilog.cpl.graph.IlpDefaultPositionConverter instead. 
ilog.cpl.style.IlpDefaultStyleManager
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.key.IlpDomainKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.network.action.IlpEnsureAtCenterAction
          This class has been moved. Please use the superclass instead (ilog.cpl.graph.action.IlpEnsureAtCenterAction). 
ilog.cpl.network.action.IlpEnsureVisibleAction
          This class has been moved. Please use the superclass instead (ilog.cpl.graph.action.IlpEnsureVisibleAction). 
ilog.cpl.style.key.IlpEnumArrayKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.key.IlpEnumKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.network.action.IlpExpandObjectAction
          This class has been moved. Please use the superclass instead (ilog.cpl.graph.action.IlpExpandObjectAction). 
ilog.cpl.style.key.IlpFloatArrayKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.key.IlpFloatKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.key.IlpFontKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.key.IlpFormatKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.graphic.attachment.IlpIdentityAttachment
          Please use ILOG JViews Composite Graphic support instead. 
ilog.cpl.graphic.views.background.IlpImageBackground
          See the Migration Guide a migration path. 
ilog.cpl.graphic.views.background.IlpImageBackgroundFactory
          See the Migration Guide a migration path. 
ilog.cpl.style.key.IlpImageKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.graphic.views.background.IlpImageTileBackground
          See the Migration Guide a migration path. 
ilog.cpl.graphic.component.IlpInfoBalloon
          Please use IlvRectBalloon instead. 
ilog.cpl.style.IlpInstanceStyleContext
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.key.IlpIntegerArrayKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.key.IlpIntegerKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.key.IlpInteractorKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.graphic.views.background.IlpIVLBackground
          See the Migration Guide a migration path. 
ilog.cpl.graphic.views.background.IlpIVLBackgroundFactory
          See the Migration Guide a migration path. 
ilog.cpl.network.IlpJOverview
          Please use IlvJOverview instead. 
ilog.cpl.style.key.IlpKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.IlpKeyStyleValueModifier
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.key.IlpLineStyleKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.graphic.views.background.IlpMIDMIFBackground
          See the Migration Guide a migration path. 
ilog.cpl.graphic.views.background.IlpMIDMIFBackgroundFactory
          See the Migration Guide a migration path. 
ilog.cpl.network.action.IlpMoveObjectsAction
          This class has been moved. Please use the superclass instead (ilog.cpl.graph.action.IlpMoveObjectsAction). 
ilog.cpl.style.key.IlpObjectKeys
          Use CSS properties instead. 
ilog.cpl.graphic.attachment.IlpOffsetAttachment
          Please use ILOG JViews Composite Graphic support instead. 
ilog.cpl.style.key.IlpPatternKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.key.IlpPointKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.network.IlpPositionChange
          This class has been moved to a different package. Please use IlpPositionChange instead. 
ilog.cpl.style.key.IlpRectKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.IlpRemoteStyleValueProvider
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.network.action.IlpRemoveObjectAction
          This class has been moved. Please use the superclass instead (ilog.cpl.graph.action.IlpRemoveObjectAction). 
ilog.cpl.network.action.IlpRemoveObjectsAction
          This class has been moved. Please use the superclass instead (ilog.cpl.graph.action.IlpRemoveObjectsAction). 
ilog.cpl.network.action.IlpRemoveSelectedObjectsAction
          This class has been moved. Please use the superclass instead (ilog.cpl.graph.action.IlpRemoveSelectedObjectsAction). 
ilog.cpl.style.key.IlpRendererKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.network.action.IlpSelectAllObjectsAction
          This class has been moved. Please use the superclass instead (ilog.cpl.graph.action.IlpSelectAllObjectsAction). 
ilog.cpl.graphic.views.background.IlpShapeFileBackground
          See the Migration Guide a migration path. 
ilog.cpl.graphic.views.background.IlpShapeFileBackgroundFactory
          See the Migration Guide a migration path. 
ilog.cpl.graphic.component.IlpStacker
          Please use a Composite Graphic with a Stacker Layout instead. 
ilog.cpl.style.IlpStorageStyleIdentifier
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.key.IlpStringArrayKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.key.IlpStringKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.IlpStyle
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.IlpStyleContext
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.IlpStyleListenerSupport
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.IlpStyleLoggers
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.IlpStyleValueDefaultProvider
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.IlpStyleValueFormatter
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.IlpStyleValueMapper
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.IlpStyleValueModifier
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.style.IlpStyleValueTypeConverter
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.graphic.views.background.IlpSVGBackground
          See the Migration Guide a migration path. 
ilog.cpl.graphic.views.background.IlpSVGBackgroundFactory
          See the Migration Guide a migration path. 
ilog.cpl.graphic.views.background.IlpSVGZBackground
          See the Migration Guide a migration path. 
ilog.cpl.graphic.views.background.IlpSVGZBackgroundFactory
          See the Migration Guide a migration path. 
ilog.cpl.style.key.IlpSwingConstantKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.network.action.IlpUpdateObjectAction
          This class has been moved. Please use the superclass instead (ilog.cpl.graph.action.IlpUpdateObjectAction). 
ilog.cpl.style.key.IlpValueMapKey
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.cpl.graphic.views.background.IlpXMLBackgroundFactory
          See the Migration Guide a migration path. 
ilog.tgo.graphic.IltAbstractLegend
          The Legend/Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.tgo.graphic.IltBaseStyleMapping
          Please use cascading style sheets with attribute selectors to customize the representation of the objects according to their states. 
ilog.tgo.model.IltBlinkingAlarms
          This class has been replaced by the use of blinking colors, which can be configured in the different graphic views using cascading style sheets. When displaying alarms using blinking, the alarm color should be replaced by a corresponding blinking color and the alarm balloon, if it exists, should be hidden. This configuration can be achieved using the following CSS configuration:
 object."ilog.tgo.model.IltObject" {
  alarmBalloonVisible: false;
  alarmColorVisible: false;
  alarmColor: '';
  alarmBrightColor: '';
  alarmDarkColor: '';
}

object."ilog.tgo.model.IltObject"[alarmHighestSeverity] {
  alarmColorVisible: true;
  alarmColor: '@|severityColor(@|highestSeverity())';
  alarmBrightColor: '@|severityBrightColor(@|highestSeverity())';
  alarmDarkColor: '@|severityDarkColor(@|highestSeverity())';
}

object."ilog.tgo.model.IltObject"[newAlarmHighestSeverity] {
  alarmColorVisible: true;
  alarmColor: '@|blinkingcolor(@|severityColor(@|highestNewSeverity()), "#50FFFFFF")';
  alarmBrightColor: '@|blinkingcolor(@|severityBrightColor(@|highestNewSeverity()), "#50FFFFFF")';
  alarmDarkColor: '@|blinkingcolor(@|severityDarkColor(@|highestNewSeverity()), "#50FFFFFF")';
}
 
 
ilog.tgo.model.IltBTSDefaultModel
          Containers relationships should be declared and retrieved using the Datasource API. 
ilog.tgo.model.IltChildrenModelEvent
          Containers have been replaced by subnetworks and containment relationships should be declared at the Datasource level. If you are interested in relationship changes, please use the Datasource notification mechanism. 
ilog.tgo.graphic.IltClassLegends
          Please use IlpStyleManager instead. 
ilog.tgo.graphic.IltCollapseStyleValueProvider
          The style API has been replaced by the cascading style sheet mechanism. If you use the style API to set the values of the keys IltNetworkElement.IsCollapsed or IltNetworkElement.ExpandOnNewAlarms, you should replace these calls by the following CSS extract, using attribute selectors:
 object."ilog.tgo.model.IltNetworkElement" {
   collapsed: true;
 }
 object."ilog.tgo.model.IltNetworkElement"[newAlarmHighestSeverity] {
   collapsed: false;
 }
 
You can then customize the decorations that should be attached to the collapsed representation, using for example, alarmBalloonVisible or alarmCountVisible, by adding these properties to the appropriate selector.
 
ilog.tgo.swing.IltComponentGraphic
          Please use IlpGraphic object instead. Use its function getComponent() to retrieve a JComponent, which you can add to any other JComponent. 
ilog.tgo.swing.IltComponentManager
          Please use IlpGraphic objects instead. Use their function getComponent to retrieve a JComponent, which you can add to any other JComponent. 
ilog.tgo.debug.IltCompositeGraphicDebug
            
ilog.tgo.graphic.IltCompositeInteractions
          Since JTGO 3.0, object interactors are managed by the Controller element of each Graphic Component. Controllers are part of the MVC trio that composes a graphic component. It is responsible for storing and setting interactors to the view and its objects. Interactors can be defined using the Graphic Controller API or by loading cascading style sheets with Interactor definition. Concerning tooltips, their customization is now achieved only through CSS using properties toolTipText or toolTipGraphic. The toolTipGraphic property has priority. 
ilog.tgo.grprim.IltDefaultBlinkingManager
          Please use ilog.tgo.service.IltDefaultBlinkingManager instead. 
ilog.tgo.model.IltDefaultChildrenModel
          Containers have been replaced by subnetworks and containment relationships should be declared at the Datasource level. 
ilog.tgo.context.IltDefaultContext
          Please use IltDefaultContext instead. 
ilog.tgo.grprim.IltDefaultImageRepository
          Please use ilog.tgo.service.IltDefaultImageRepository instead. 
ilog.tgo.util.IltDistributedTable
            
ilog.tgo.graphic.IltGraphicElementAggregate
          Please use properties children and constraints to customize new decorations to predefined business objects using CSS. 
ilog.tgo.grprim.IltGraphicPrim
            
ilog.tgo.graphic.IltGraphicRenderer
          Please use class property to define a completely new graphic representation for a business object. If you just want to add new decorations to an existing business object, define the property children with the new decorations. Include property constraints specifying how each new decoration should be attached to the object base. 
ilog.tgo.graphic.IltGraphicSettings
          Please use CSS properties instead. 
ilog.tgo.graphic.IltImageToolTip
          Please use IlpToolTipManager and the CSS property toolTipRenderer instead. 
ilog.tgo.awt.IltInteractorButton
          Use IlpNetwork toolbar with JButton instead. 
ilog.tgo.swing.IltJInteractorButton
          Use IlpNetwork toolbar with JButton instead. 
ilog.tgo.swing.IltJManagerViewControlBar
          Use IlpNetwork toolbar instead. 
ilog.tgo.graphic.IltKey
          Please use IlpKey instead. 
ilog.tgo.graphic.IltKey.Boolean
          This class is obsolete. Please use IlpBooleanKey instead. 
ilog.tgo.graphic.IltKey.Color
          This class is obsolete. Please use IlpColorKey instead. 
ilog.tgo.graphic.IltKey.Enum
          This class is obsolete. Please use IlpEnumKey instead. 
ilog.tgo.graphic.IltKey.EnumArray
          This class is obsolete. Please use IlpEnumArrayKey instead. 
ilog.tgo.graphic.IltKey.Float
          This class is obsolete. Please use IlpFloatKey instead. 
ilog.tgo.graphic.IltKey.Font
          This class is obsolete. Please use IlpFontKey instead. 
ilog.tgo.graphic.IltKey.Image
          This class is obsolete. Please use IlpImageKey instead. 
ilog.tgo.graphic.IltKey.Integer
          This class is obsolete. Please use IlpIntegerKey instead. 
ilog.tgo.graphic.IltKey.LineStyle
          This class is obsolete. Please use IlpLineStyleKey instead. 
ilog.tgo.graphic.IltKey.Pattern
          This class is obsolete. Please use IlpPatternKey instead. 
ilog.tgo.graphic.IltKey.Point
          This class is obsolete. Please use IlpPointKey instead. 
ilog.tgo.graphic.IltKey.String
          This class is obsolete. Please use IlpStringKey instead. 
ilog.tgo.graphic.IltKey.StringArray
          This class is obsolete. Please use IlpStringArrayKey instead. 
ilog.tgo.graphic.IltLegend
          The Legend/Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.tgo.graphic.IltLegendModifier
          Please use cascading style sheets instead. 
ilog.tgo.graphic.IltLineSegment
          Please use class ilog.cpl.graphic.views.IlpLineSegment instead. 
ilog.tgo.model.IltLinkSet.LinkSetEvent
          Please use the datasource methods instead. 
ilog.tgo.model.IltLinkSet.LinkSetEvent.Type
          Please use the datasource methods instead. 
ilog.tgo.graphic.IltLogicalPolygon
          Please use class ilog.cpl.graphic.views.IlpPolygon instead. 
ilog.tgo.graphic.IltLogicalPolyline
          Please use class ilog.cpl.graphic.views.IlpPolyline instead. 
ilog.tgo.graphic.IltLogicalPolyPoints
          Please use the classes ilog.cpl.graphic.views.IlpPolygon and ilog.cpl.graphic.views.IlpPolyline instead. 
ilog.tgo.graphic.IltLogicalPolyPoints.PointAndDirection
          Please use the classes ilog.cpl.graphic.views.IlpPolygon and ilog.cpl.graphic.views.IlpPolyline instead. 
ilog.tgo.graphic.IltLogicalPolyPoints.TwoPolylines
          Please use the classes ilog.cpl.graphic.views.IlpPolygon and ilog.cpl.graphic.views.IlpPolyline instead. 
ilog.tgo.interactor.IltManagerMagViewInteractor
          Please use ilog.views.interactor.IlvManagerMagViewInteractor instead. 
ilog.tgo.util.IltManagerViewAutoAdjuster
          Use IlpManagerViewAutoAdjuster with a Network component instead. 
ilog.tgo.awt.IltManagerViewControlBar
          Use IlpNetwork toolbar instead. 
ilog.tgo.model.IltMiscDefaultMapper
          IltMisc.SecState configuration is now achieved using IltSettings.SetValue. The property is identified as the name of the secondary state that is being configuration, for instance: IltSettings.SecState("Misc.SecState.DoorAjar.Icon", image) 
ilog.tgo.graphic.graphlayout.IltNodeSide
          This class will probably change in the next ILOG JTGO release. Please use class IltLinkPort instead. 
ilog.tgo.model.IltNoStatePropagator
          Use subnetworks instead of containers. State propagation in subnetworks should be done in the back-end and set in the objects that are present in the data sources. 
ilog.tgo.model.IltObject.ListPrimaryStateStyleValueProvider
          Styles have been replaced by CSS support. 
ilog.tgo.model.IltObjectDefaultRenderer
          Use the class property to define a completely new graphic representation of a business object. To add new decorations to an existing business object, define the property children with the new decorations and property constraints that specify how each new decoration should be attached to the object base. 
ilog.tgo.graphic.IltObjectInteractor
          Since JTGO 3.0, object interactors are managed by the Controller element of each Graphic Component. Controllers are part of the MVC trio that composes a graphic component. It is responsible for storing and setting interactors to the view and its objects. Interactors can be defined using the Graphic Controller API or by loading cascading style sheets with Interactor definition. Concerning tooltips, their customization is now achieved only through CSS using properties toolTipText or toolTipGraphic. The toolTipGraphic property has priority. 
ilog.tgo.model.IltObjectSource
          IltObjects are no longer added directly to an IltCompositeGrapher. Instead they are used as business objects and are added to a data source that can be connected to different graphic components. 
ilog.tgo.grprim.IltPattern.Solid
          Please set the fillStyle CSS property to be SOLID instead of PATTERN. 
ilog.tgo.model.IltPerformanceDefaultMapper
          IltPerformance.SecState configuration is now achieved using IltSettings.SetValue. The property is identified as the name of the secondary state that is being configured and the type of configuration that is being done, for example:
  • IltSettings.SetValue("Performance.SecState.Input.Type", IltDecorationType.Chart): the state input is graphically represented as a chart.
  • IltSettings.SetValue("Performance.SecState.Input.Gauge", new IltGaugeMapping(image1, image)) defines the new gauge configuration for the state.
  • IltSettings.SetValue("Performance.SecState.Input.Chart", new IltChartMapping(image1, image2)) defines the new chart configuration for the state.
  • IltSettings.SetValue("Performance.SecState.Input.Counter", new IltCounterMapping()) defines the new counter configuration for the state.
If you have created new performance secondary states, properties should be set using the name of your new secondary state, and the suffix (.Type, .Gauge, .Chart or .Counter) according to the type of configuration.
 
ilog.tgo.resource.IltrImage
          Beginning with ILOG JViews 8.1, use IltSettings.SetValue(Object, Object) and IltSettings.GetValue(Object) methods to set and get images for the TGO decorations. 
ilog.tgo.resource.IltrPattern
          Use cascading style sheets to configure object patterns. 
ilog.tgo.resource.IltrTextPalette
          Text palettes have been replaced by Cascading Style Sheets 
ilog.tgo.model.IltSANDefaultMapper
          IltSAN.SecState configuration is now achieved using IltSettings.SetValue. The property is identified as the name of the secondary state that is being configured and the type of configuration that is being done, for example:
  • IltSettings.SetValue("SAN.SecState.Input.Type", IltDecorationType.Chart) defines the state input graphically represented as a chart.
  • IltSettings.SetValue("SAN.SecState.Input.Gauge", new IltGaugeMapping(image1, image)) defines the new gauge configuration for the state.
  • IltSettings.SetValue("SAN.SecState.Input.Chart", new IltChartMapping(image1, image2)) defines the new chart configuration for the state.
  • IltSettings.SetValue("SAN.SecState.Input.Counter", new IltCounterMapping()) defines the new counter configuration for the state.
If you have created new SAN secondary states, properties should be set using the name of your new secondary state, and the suffix (.Type, .Gauge, .Chart or .Counter) according to the type of configuration.
 
ilog.tgo.model.IltShelfItemPosition
          Please use IlpShelfItemPosition instead. 
ilog.tgo.model.IltSNMPDefaultMapper
          SNMP state configuration is now achieved using IltSettings.SetValue. The property is identified as the name of the secondary state that is being configured and the type of configuration that is being performed. For example:
  • IltSettings.SetValue("SNMP.Interface.InOctets.Type", IltDecorationType.Chart) defines that the state input is graphically represented as a chart.
  • IltSettings.SetValue("SNMP.Interface.InOctets.Gauge", new IltGaugeMapping(image1, image)) defines the new gauge configuration for the state.
  • IltSettings.SetValue("SNMP.Interface.InOctets.Chart", new IltChartMapping(image1, image2)) defines the new chart configuration for the state.
  • IltSettings.SetValue("SNMP.Interface.InOctets.Counter", new IltCounterMapping()) defines the new counter configuration for the state.
 
ilog.tgo.model.IltSONETDefaultMapper
          SONET state configuration is now achieved using IltSettings.SetValue. The property is identified as the name of the secondary state that is being configured and the type of configuration that is being performed. For example: IltSettings.SetValue("SONET.Protection.Exercise.Icon", image) defines the image used to represent the given protection in a link. 
ilog.tgo.model.IltStateChangedEvent
          Please use AttributeValueListener instead to listen for changes in attribute IltObject.ObjectStateAttribute. 
ilog.tgo.model.IltSummingStatePropagator
          Please use subnetworks instead of containers. State propagation in subnetworks should be done in the back-end and set in the objects that are present in the datasources. 
ilog.tgo.grprim.IltTextPalette
          Text palettes have been replaced by label properties which are configured through Cascading Style Sheets. 
ilog.tgo.graphic.IltToolTipManager
          Use the IlpToolTipManager and the CSS properties toolTipText or toolTipRenderer instead. 
ilog.tgo.interactor.IltUnZoomViewInteractor
          Please use class IlvUnZoomViewInteractor instead. 
ilog.views.prototypes.IlvActionBehavior
          You should use the class IlvEventBehavior rather than this one to handle user events in a prototype. 
ilog.views.graphlayout.IlvClipLinkConnector
          Beginning with JViews 6.0 you should use IlvClippingLinkConnector instead, which has the same functionality. 
ilog.views.graphic.IlvClosedSpline
          Beginning with JViews 5.5 you should use IlvSpline instead with the IlvSpline.setClosed(boolean) method. 
ilog.views.maps.beaninfo.IlvConicProjectionBeanInfo
          Beginning with ILOG JViews 8.1, use the class IlvConicProjectionBeanInfo 
ilog.views.maps.beans.editor.IlvCoordinateEditor
          Beginning with ILOG JViews 8.1, use the class IlvCoordinateEditor 
ilog.views.maps.beaninfo.IlvCylindricalEqualAreaProjectionBeanInfo
          Beginning with ILOG JViews 8.1, use the class IlvCylindricalEqualAreaProjectionBeanInfo 
ilog.views.thinclient.IlvDragRectangleInteractor
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
ilog.views.maps.beaninfo.IlvEllipsoidBeanInfo
          Beginning with ILOG JViews 8.1, use the class IlvEllipsoidBeanInfo 
ilog.views.maps.beaninfo.IlvEquidistantCylindricalProjectionBeanInfo
          Beginning with ILOG JViews 8.1, use the class IlvEquidistantCylindricalProjectionBeanInfo 
ilog.views.sdm.renderer.IlvExpandCollapseRenderer
          Beginning with ILOG JViews 5.0, collapsible sub-graphs are supported directly by the ILOG JViews Graphics Framework (see the class IlvManager for more details). A new SDM renderer class, IlvSubGraphRenderer, has been added to represent sub-graphs of the data model as IlvGrapher objects added as graphic objects in the parent IlvGrapher. The ExpandCollapse renderer name used in an SDM style sheet now activates this new IlvSubGraphRenderer, instead of the IlvExpandCollapseRenderer. You can also use the name SubGraph, which is an alias for the same renderer. Most applications will work seamlessly with the new IlvSubGraphRenderer, so in general you do not need to change anything (code or style sheets). It may happen, though, that an application relies on the details of the implementation of IlvExpandCollapseRenderer. For this reason, it is still possible to use the ILOG JViews 4.0 IlvExpandCollapseRenderer by specifying the renderer name ExpandCollapse40. 
ilog.views.graphic.IlvFilledArc
          Beginning with JViews 5.5 you should use IlvArc instead with IlvArc.setFillOn(boolean) and IlvArc.setStrokeOn(boolean) methods. 
ilog.views.graphic.IlvFilledEllipse
          Beginning with JViews 5.5 you should use IlvEllipse instead with IlvEllipse.setFillOn(boolean) and IlvEllipse.setStrokeOn(boolean) methods. 
ilog.views.graphic.IlvFilledRectangle
          Beginning with JViews 5.5 you should use IlvRectangle instead with IlvRectangle.setFillOn(boolean) and IlvRectangle.setStrokeOn(boolean) methods. 
ilog.views.graphic.IlvFilledRoundRectangle
          Beginning with JViews 5.5 you should use IlvRectangle instead with IlvRectangle.setRadius(int) and IlvRectangle.setFillOn(boolean) methods. 
ilog.views.graphic.IlvFilledSpline
          Beginning with JViews 5.5 you should use IlvSpline instead with IlvSpline.setFillOn(boolean) and IlvSpline.setClosed(boolean) methods. 
ilog.views.maps.projection.IlvGeographicProjection
          Since JViews 5.0, use ilog.views.maps.srs.coordsys.IlvGeographicCoordinateSystem to describe coordinate systems expressing coordinates in longitude and latitude. 
ilog.views.sdm.graphic.IlvGraphicFactories.FilledEllipse
          Replaced by IlvGraphicFactories.Ellipse. 
ilog.views.sdm.graphic.IlvGraphicFactories.FilledRectangle
          Replaced by IlvGraphicFactories.Rectangle. 
ilog.views.sdm.graphic.IlvHalfZoomingGraphic
          Beginning with ILOG JViews 7.0, you should use IlvHalfZoomingGraphic instead, which has the same API and the same functionality. 
ilog.views.maps.beaninfo.IlvHorizontalShiftDatumBeanInfo
          Beginning with ILOG JViews 8.1, use the class IlvHorizontalShiftDatumBeanInfo 
ilog.views.thinclient.IlvImageButton
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
ilog.views.ui.IlvImageButton
          Beginning with JViews 5.5 you should use a JButton instead. 
ilog.views.thinclient.IlvInteractor
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
ilog.views.faces.servlet.IlvJSNamespaceFilter
          Beginning of JViews 8.1 this filter must not be set on the controller servlet. 
ilog.views.maps.beans.editor.IlvLatitudeEditor
          Beginning with ILOG JViews 8.1, use the class IlvLatitudeEditor 
ilog.views.thinclient.IlvLegend
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
ilog.views.sdm.renderer.graphlayout.IlvLinkLayoutRenderer.SDMRelativeLinkConnector
          Beginning with JViews 6.0 you should use IlvSDMFreeLinkConnector instead, which has the same functionality. 
ilog.views.maps.beans.editor.IlvLongitudeEditor
          Beginning with ILOG JViews 8.1, use the class IlvLongitudeEditor 
ilog.views.interactor.IlvMakeClosedSplineInteractor
          Beginning with JViews 5.5 you should use an IlvMakeSplineInteractor instance with IlvMakeSplineInteractor.setFillOn(boolean) and IlvMakeSplineInteractor.setClosed(boolean) methods. 
ilog.views.interactor.IlvMakeFilledArcInteractor
          Beginning with JViews 5.5 you should use an IlvMakeArcInteractor instance with IlvMakeRectangleInteractor.setFillOn(boolean) and IlvMakeRectangleInteractor.setStrokeOn(boolean) methods. 
ilog.views.interactor.IlvMakeFilledEllipseInteractor
          Beginning with JViews 5.5 you should use an IlvMakeEllipseInteractor instance with IlvMakeRectangleInteractor.setFillOn(boolean) and IlvMakeRectangleInteractor.setStrokeOn(boolean) methods. 
ilog.views.interactor.IlvMakeFilledRectangleInteractor
          Beginning with JViews 5.5 you should use an IlvMakeRectangleInteractor instance with IlvMakeRectangleInteractor.setFillOn(boolean) and IlvMakeRectangleInteractor.setStrokeOn(boolean) methods. 
ilog.views.interactor.IlvMakeFilledRoundRectangleInteractor
          Beginning with JViews 5.5 you should use an IlvMakeRoundRectangleInteractor instance with IlvMakeRectangleInteractor.setFillOn(boolean) and IlvMakeRectangleInteractor.setStrokeOn(boolean) methods. 
ilog.views.interactor.IlvMakeFilledSplineInteractor
          Beginning with JViews 5.5 you should use an IlvMakeSplineInteractor instance with IlvMakeSplineInteractor.setFillOn(boolean) and IlvMakeSplineInteractor.setClosed(boolean) methods. 
ilog.views.interactor.IlvMakeOutlinePolygonInteractor
          Beginning with JViews 5.5 you should use an IlvMakePolygonInteractor instance with IlvMakePolygonInteractor.setStrokeOn(boolean) method. 
ilog.views.thinclient.IlvMapInteractor
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
ilog.views.thinclient.IlvMapRectInteractor
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
ilog.views.maps.graphic.style.IlvMapStyleBeanInfo.CorrectBoolEditor
          This class is no longer used and replaced by IlvBoolEditor 
ilog.views.maps.beaninfo.IlvMercatorProjectionBeanInfo
          Beginning with ILOG JViews 8.1, use the class IlvMercatorProjectionBeanInfo 
ilog.views.maps.projection.IlvMolodenskyConverter
          Since JViews 5.0, use ilog.views.maps.srs.coordtrans.IlvAbridgedMolodenskyTransformation. 
ilog.views.graphic.IlvOutlinePolygon
          Beginning with JViews 5.5 you should use IlvPolygon instead with the IlvPolygon.setStrokeOn(boolean) method. 
ilog.views.thinclient.IlvOverview
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
ilog.views.symbology.palettes.IlvPaletteDocumention
          Beginning with ILOG JViews 8.1, use the class IlvPaletteDocumentation instead. 
ilog.views.thinclient.IlvPanInteractor
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
ilog.views.thinclient.IlvPanTool
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
ilog.views.IlvPattern
          since JViews 5.5 you should use IlvPattern instead. 
ilog.views.sdm.graphic.IlvPowerLabel
          replaced by IlvZoomableLabel 
ilog.views.maps.beaninfo.IlvProjectionBeanInfo
          Beginning with ILOG JViews 8.1, use the class IlvProjectionBeanInfo 
ilog.views.maps.IlvProjectionProperty
          Since JViews 5.0, use ilog.views.maps.IlvCoordinateSystemProperty. 
ilog.views.thinclient.IlvRect
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
ilog.views.graphlayout.IlvRelativeLinkConnector
          Beginning with JViews 6.0 you should use IlvFreeLinkConnector instead, which has the same functionality. 
ilog.views.graphic.IlvRoundRectangle
          Beginning with JViews 5.5 you should use IlvRectangle instead with the IlvRectangle.setRadius(int) method. 
ilog.views.maps.beaninfo.IlvStereographicProjectionBeanInfo
          Beginning with ILOG JViews 8.1, use the class IlvStereographicProjectionBeanInfo 
ilog.views.IlvTexture
          since JViews 5.5 you should use IlvTexture instead. 
ilog.views.IlvToolkit
          You should instead use the java.awt.Toolkit class methods. 
ilog.views.maps.IlvUnitConverter
          Since JViews 5.0, use ilog.views.maps.srs.IlvUnit 
ilog.views.thinclient.IlvView
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
ilog.views.thinclient.IlvZoomInteractor
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
ilog.views.thinclient.IlvZoomTool
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
ilog.views.thinclient.InteractorChangedEvent
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
ilog.views.maps.beans.editor.LinearUnitEditor
            
ilog.views.maps.beans.editor.MarkerTypeEditor
            
ilog.cpl.network.NetworkModelObserveEvent
            
ilog.views.maps.beans.editor.OverviewDrawingStyleEditor
            
ilog.views.thinclient.RectangleDraggedEvent
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
ilog.views.maps.beans.editor.ScaleStyleEditor
            
ilog.views.maps.beans.editor.StringArrayEditor
            
ilog.cpl.style.StyleChangeEvent
          The Style API has been replaced by the Cascading Style Sheet mechanism. Refer to the User's Manual for further information. 
ilog.views.thinclient.ViewEvent
          Beginning with JViews 7.5, use JSF technology or DHTML to implement thin clients. 
 

Deprecated Exceptions