Uses of Class
ilog.cpl.style.key.IlpStringKey

Packages that use IlpStringKey
ilog.cpl.style Deprecated Provides classes and interfaces for handling styles (see IlpStyle). 
ilog.cpl.style.key Deprecated Provides a set of keys used to identify values within styles. 
ilog.tgo.model Provides classes for telecom objects, states and alarms. 
 

Uses of IlpStringKey in ilog.cpl.style
 

Methods in ilog.cpl.style with parameters of type IlpStringKey
 String IlpAbstractStyle.getString(IlpStringKey key)
          Deprecated. Returns the String value of a given key in this style.
 String IlpAbstractStyle.getString(IlpStringKey key, String defaultValue)
          Deprecated. Returns the String value of a given key in this style.
 void IlpAbstractStyle.setString(IlpStringKey key, String value)
          Deprecated. Changes the String local value of a given property in this style.
 

Uses of IlpStringKey in ilog.cpl.style.key
 

Fields in ilog.cpl.style.key declared as IlpStringKey
static IlpStringKey IlpAttributeKeys.CaptionLabelString
          Deprecated. Use CSS property label with attribute type selectors instead.
static IlpStringKey IlpAttributeKeys.CaptionToolTipString
          Deprecated. Use CSS property toolTipText with attribute type selectors instead.
static IlpStringKey IlpAttributeKeys.LabelString
          Deprecated. Use CSS property label instead.
static IlpStringKey IlpObjectKeys.LabelString
          Deprecated. Use CSS property label instead.
static IlpStringKey IlpObjectKeys.SubnetworkTitle
          Deprecated. Use CSS property subnetworkTitle instead.
static IlpStringKey IlpObjectKeys.TableColumnOrder
          Deprecated. Use CSS property tableColumnOrder instead.
static IlpStringKey IlpAttributeKeys.ToolTipString
          Deprecated. Use CSS property toolTipText instead.
static IlpStringKey IlpObjectKeys.ToolTipString
          Deprecated. Use CSS property toolTipText instead.
static IlpStringKey IlpObjectKeys.Wave
          Deprecated. Use CSS property wave instead.
static IlpStringKey IlpObjectKeys.WordWrapChars
          Deprecated. Property wordWrapChars is no longer supported. Word wrapping and truncate are now supported in all business classes, but the lines are separated according to the behavior defined in BreakIterator.
 

Methods in ilog.cpl.style.key that return IlpStringKey
static IlpStringKey IlpStringKey.New(String name)
          Deprecated. Creates a new key for properties of type java.lang.String with a default value of null.
static IlpStringKey IlpStringKey.New(String name, String defaultValue)
          Deprecated. Creates a new key for properties of type java.lang.String.
 

Uses of IlpStringKey in ilog.tgo.model
 

Fields in ilog.tgo.model declared as IlpStringKey
static IlpStringKey IltObject.AlarmBalloonCountLabel
           
static IlpStringKey IltObject.AlarmCountLabel
           
static IlpStringKey IltObject.AlarmCriticalAbbreviation
          Deprecated. Use CSS property alarmCriticalAbbreviation instead.
static IlpStringKey IltObject.AlarmCriticalDescription
          Deprecated. Use CSS property alarmCriticalDescription instead.
static IlpStringKey IltObject.AlarmLossOfConnectivityAbbreviation
          Deprecated. Use CSS property alarmLossOfConnectivityAbbreviation instead.
static IlpStringKey IltObject.AlarmMajorAbbreviation
          Deprecated. Use CSS property alarmMajorAbbreviation instead.
static IlpStringKey IltObject.AlarmMajorDescription
          Deprecated. Use CSS property alarmMajorDescription instead.
static IlpStringKey IltObject.AlarmMinorAbbreviation
          Deprecated. Use CSS property alarmMinorAbbreviation instead.
static IlpStringKey IltObject.AlarmMinorDescription
          Deprecated. Use CSS property alarmMinorDescription instead.
static IlpStringKey IltObject.AlarmNotReportingAbbreviation
          Deprecated. Use CSS property alarmNotReportingAbbreviation instead.
static IlpStringKey IltObject.AlarmUnknownAbbreviation
          The style property denoting the string used to represent unknown alarms.
static IlpStringKey IltObject.AlarmUnknownDescription
          The style property denoting the string used to represent unknown alarms when the alarm balloon is set to display the list of all the alarms in the expanded representation.
static IlpStringKey IltObject.AlarmWarningAbbreviation
          Deprecated. Use CSS property alarmWarningAbbreviation instead.
static IlpStringKey IltObject.AlarmWarningDescription
          Deprecated. Use CSS property alarmWarningDescription instead.
static IlpStringKey IltNetworkElement.FamilyLabel
           
static IlpStringKey IltObject.SNMPSystemContact
          Deprecated. Use CSS property snmpSystemContact instead.
static IlpStringKey IltObject.SNMPSystemDescription
          Deprecated. Use CSS property snmpSystemDescription instead.
static IlpStringKey IltObject.SNMPSystemLocation
          Deprecated. Use CSS property snmpSystemLocation instead.
static IlpStringKey IltObject.TrapAuthenticationFailureAbbreviation
          Deprecated. Use CSS property trapAuthenticationFailureAbbreviation instead.
static IlpStringKey IltObject.TrapAuthenticationFailureDescription
          Deprecated. Use CSS property trapAuthenticationFailureDescription instead.
static IlpStringKey IltObject.TrapColdStartAbbreviation
          Deprecated. Use CSS property trapColdStartAbbreviation instead.
static IlpStringKey IltObject.TrapColdStartDescription
          Deprecated. Use CSS property trapColdStartDescription instead.
static IlpStringKey IltObject.TrapEGPNeighborLossAbbreviation
          Deprecated. Use CSS property trapEGPNeighborLossAbbreviation instead.
static IlpStringKey IltObject.TrapEGPNeighborLossDescription
          Deprecated. Use CSS property trapEGPNeighborLossDescription instead.
static IlpStringKey IltObject.TrapLinkFailureAbbreviation
          Deprecated. Use CSS property trapLinkFailureAbbreviation instead.
static IlpStringKey IltObject.TrapLinkFailureDescription
          Deprecated. Use CSS property trapLinkFailureDescription instead.
static IlpStringKey IltObject.TrapWarmStartAbbreviation
          Deprecated. Use CSS property trapWarmStartAbbreviation instead.
static IlpStringKey IltObject.TrapWarmStartDescription
          Deprecated. Use CSS property trapWarmStartDescription instead.
 

Methods in ilog.tgo.model with parameters of type IlpStringKey
static void IltSNMP.SetAttributeMapping(IlpAttribute attribute, Object defaultValue, IlpStringKey description)
          Deprecated. Please use SetAttributeMapping(IlpAttribute,Object,String) method to add the attribute. Configuration is done through cascading style sheets using the following properties:
  • visibleInSystemWindow: indicates if the mapper will be applied or not the given attribute.
  • label: string which represents the attribute value
  • .
  • captionLabel: string used as a description of the attribute.
  • captionLabelVisible: indicates if the description string should be displayed or not.
static void IltAlarm.SetSeverityMapping(IltAlarm.Severity severity, IlpColorKey normalKey, Color defaultNormalValue, IlpColorKey brightKey, Color defaultBrightValue, IlpColorKey darkKey, Color defaultDarkValue, IlpStringKey abbreviationKey, String defaultAbbreviationValue, IlpStringKey expandedKey, String defaultExpandedValue)
          Deprecated. Use IltSettings.SetValue instead.
static void IltTrap.SetTypeMapping(IltTrap.Type t, IlpColorKey normalKey, Color defaultNormalValue, IlpColorKey brightKey, Color defaultBrightValue, IlpColorKey darkKey, Color defaultDarkValue, IlpStringKey abbreviationKey, String defaultAbbreviationValue, IlpStringKey expandedKey, String defaultExpandedValue)
          Deprecated. The Style API has been replaced by the Cascading Style Sheet mechanism.
 



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.