Release Notes > JTGO 4.5 Release Notes > API Changes > New Methods

Table 2.6 New Methods in JTGO 4.5 
Class Name 
Method Name 
Description 
ilog.cpl.IlpTree 
ensureVisible (IlpRepresentationObject) 
Makes sure that the given representation object is visible in the Tree component.  
ilog.cpl.IlpTree 
ensureVisible (IlpObject) 
Makes sure that the given business object is visible in the Tree component. If the representation of the object does not yet exist, this method will expand the tree branches and force the loading of the child objects until the requested object becomes visible.  
ilog.cpl.IlpTable 
ensureVisible (IlpRepresentationObject) 
Makes sure that the given representation object is visible in the Table component.  
ilog.cpl.IlpTable 
ensureVisible (IlpObject) 
Makes sure that the given business object is visible in the Table component. The representation object that corresponds to the given business object must already exist.  
ilog.cpl.tree.IlpTreeView 
ensureVisible (IlpRepresentationObject) 
Makes sure that the given representation object is visible in the Tree component.  
ilog.cpl.tree.IlpTreeView 
ensureVisible (IlpObject) 
Makes sure that the given business object is visible in the Tree component. The representation object that corresponds to the given business object must already exist.  
ilog.cpl.table.IlpTableView 
ensureVisible (IlpRepresentationObject) 
Makes sure that the given representation object is visible in the Table component.  
ilog.cpl.table.IlpTableView 
ensureVisible (IlpObject) 
Makes sure that the given business object is visible in the Table component. The representation object that corresponds to the given business object must already exist.  
ilog.cpl.service.IlpContext 
getClassLoaderService() 
Returns the class loader service currently used in the context. If this method returns null, the default Java class loader mechanism is in use.  
ilog.cpl.service.IlpDefaultContext 
getClassLoaderService() 
Returns the class loader service currently used in the context. If this method returns null, the default Java class loader mechanism is in use.  
ilog.cpl.util.IlpI18NUtil 
GetResourceBundle (String, Locale, String) 
Returns a resource bundle based on the given name and locale.  
ilog.tgo.util.IltManagerViewAutoAdjuster 
IltManagerViewAutoAdjuster(IlpGraphicView, String) 
New constructor to be used with the Network and Equipment components. Provides support to allow a decoration to be fully visible when it is present in an object.  
ilog.tgo.graphic.IltLayerPolicy 
attach (IltcCompositeManager) 
Attaches the layer policy instance to a composite grapher. This method should be used to perform any initialization needed by the layer policy instance, for example creating new layers.  
ilog.tgo.graphic.IltLayerPolicy 
detach (IltcCompositeManager) 
Detaches the layer policy instance from the composite grapher. This method should be used to clean up any initialization that may have been performed by this layer policy in the composite grapher, for example removing layers created by this policy.  
ilog.tgo.graphic.IltGraphicElementName 
IltGraphicElementName(String name) 
Allows you to create new decoration names. Please note that the given name must be unique in the application. 
ilog.tgo.css.IltObjectCustomization  
getAlarmColor  
CSS property alarmColor. Defines the color to be used in the object base graphic representation when property alarmColorVisible is set to true.  
ilog.tgo.css.IltObjectCustomization  
getAlarmBrightColor  
CSS property alarmBrightColor. Defines the bright color to be used in the object base graphic representation when property alarmColorVisible is set to true. 
ilog.tgo.css.IltObjectCustomization  
getAlarmDarkColor  
CSS property alarmDarkColor. Defines the dark color to be used in the object base graphic representation when property alarmColorVisible is set to true  
ilog.tgo.css.IltObjectCustomization 
getListAlarmStateAbbreviated  
CSS property listAlarmStateAbbreviated. Defines whether the alarm summary displayed in the object information window uses the alarm severity description or the alarm severity abbreviation to represent the alarms.  
ilog.tgo.css.IltObjectCustomization 
getAlarmBalloonCountLabel  
CSS property alarmBalloonCountLabel. Defines the label displayed inside the object alarm balloon.  
ilog.tgo.css.IltObjectCustomization 
getAlarmCountLabel  
CSS property alarmCountLabel. Defines the label displayed as the alarm count in the object base.  
ilog.tgo.css.IltObjectCustomization 
getAlarmBalloonCountIcon  
CSS property alarmBalloonCountIcon. Defines the icon to be displayed as part of the object alarm balloon count.  
ilog.tgo.css.IltObjectCustomization 
getAlarmCountIcon  
CSS property alarmCountIcon. Defines the icon to be displayed as part of the object base alarm count.  
ilog.tgo.css.IltObjectCustomization 
getAlarmCountIconPosition  
CSS property alarmCountIconPosition. Indicates whether the alarm count icon will be displayed before or after the alarm severity text. This property modifies the alarm count representation in the object base and alarm balloon.  
ilog.tgo.css.IltObjectCustomization 
isAlarmCountIconVisible  
CSS property alarmCountIconVisible. Indicates whether the alarm count icon will be displayed or not. This property modifies the alarm count representation in the object base and alarm balloon.  
ilog.tgo.css.IltObjectCustomization 
getPlinthHorizontalMargin  
CSS property plinthHorizontalMargin. Defines the horizontal margin that separates the plinth from its inner decorations.  
ilog.tgo.css.IltObjectCustomization 
getPlinthVerticalMargin  
CSS property plinthVerticalMargin. Defines the vertical margin that separates the plinth from its inner decorations.  
ilog.tgo.css.IltObjectCustomization 
getMediaIcon  
CSS property mediaIcon. Defines the icon that represents the link media  
ilog.tgo.graphic.IltDefaultAlarmCountGraphic  
getIcon  
CSS property icon. Defines the icon to be displayed as part of the alarm count.  
ilog.tgo.graphic.IltDefaultAlarmCountGraphic  
isIconVisible  
CSS property iconVisible. Indicates whether the alarm count icon will be displayed or not.  
ilog.tgo.graphic.IltDefaultAlarmCountGraphic  
getIconPosition  
CSS property iconPosition. Indicates whether the alarm count icon will be displayed before or after the alarm severity text. Possible values are: IlvConstaints.LEADING or IlvConstaints.TRAINING