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

Packages that use IlpColorKey
ilog.cpl.graphic Provides classes and interfaces to create graphic objects. 
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.cpl.table Together with ilog.cpl.IlpTable, this package constitutes the ILOG JTGO Table component. 
ilog.cpl.tree Together with ilog.cpl.IlpTree, this package constitutes the ILOG JTGO Tree component. 
ilog.tgo.graphic Provides all the classes for handling the graphical representations of the telecom objects. 
ilog.tgo.model Provides classes for telecom objects, states and alarms. 
 

Uses of IlpColorKey in ilog.cpl.graphic
 

Fields in ilog.cpl.graphic declared as IlpColorKey
static IlpColorKey IlpGraphic.AlarmBalloonBorderColor
          Deprecated. IlpInfoBalloon has been replaced by the use of IlvRoundRectBalloon and ILOG JViews Composite Graphics.
static IlpColorKey IlpGraphic.AlarmBalloonColor
          Deprecated. IlpInfoBalloon has been replaced by the use of IlvRoundRectBalloon and ILOG JViews Composite Graphics.
static IlpColorKey IlpGraphic.AlarmBalloonShadowColor
          Deprecated. IlpInfoBalloon has been replaced by the use of IlvRoundRectBalloon and ILOG JViews Composite Graphics.
static IlpColorKey IlpGraphic.AlarmCountLabelBackgroundColor
          Designates the color used to fill the alarm count graphic label background.
static IlpColorKey IlpGraphic.AlarmCountOuterBorderColor
          Designates the color used to fill the alarm count graphic outer border.
static IlpColorKey IlpGraphic.InfoBalloonBorderColor
          Deprecated. IlpInfoBalloon has been replaced by the use of IlvRectBalloon and ILOG JViews Composite Graphics.
static IlpColorKey IlpGraphic.InfoBalloonColor
          Deprecated. IlpInfoBalloon has been replaced by the use of IlvRectBalloon and ILOG JViews Composite Graphics.
static IlpColorKey IlpGraphic.InfoBalloonShadowColor
          Deprecated. IlpInfoBalloon has been replaced by the use of IlvRectBalloon and ILOG JViews Composite Graphics.
 

Uses of IlpColorKey in ilog.cpl.style
 

Methods in ilog.cpl.style with parameters of type IlpColorKey
 Color IlpAbstractStyle.getColor(IlpColorKey key)
          Deprecated. Returns the Color value of a given key in this style.
 Color IlpAbstractStyle.getColor(IlpColorKey key, Color defaultValue)
          Deprecated. Returns the Color value of a given key in this style.
 void IlpAbstractStyle.setColor(IlpColorKey key, Color value)
          Deprecated. Changes the Color local value of a given property in this style.
 

Uses of IlpColorKey in ilog.cpl.style.key
 

Fields in ilog.cpl.style.key declared as IlpColorKey
static IlpColorKey IlpObjectKeys.AlternateColor
          Deprecated. Use CSS property alternateColor instead.
static IlpColorKey IlpObjectKeys.ArrowColor
          Deprecated. Use CSS property arrowColor instead.
static IlpColorKey IlpObjectKeys.BackgroundColor
          Deprecated. Use CSS property background instead.
static IlpColorKey IlpObjectKeys.BorderDownColor
          Deprecated. Use CSS property borderColor2 instead.
static IlpColorKey IlpObjectKeys.BorderUpColor
          Deprecated. Use CSS property borderColor instead.
static IlpColorKey IlpAttributeKeys.CaptionLabelBackgroundColor
          Deprecated. Use CSS property labelBackground with attribute type selectors instead.
static IlpColorKey IlpAttributeKeys.CaptionLabelForegroundColor
          Deprecated. Use CSS property labelForeground with attribute type selectors instead.
static IlpColorKey IlpObjectKeys.FillColor2
          Deprecated. Use CSS property background instead.
static IlpColorKey IlpAttributeKeys.FocusBorderColor
          Deprecated. Use CSS property focusBorderColor instead.
static IlpColorKey IlpObjectKeys.FocusBorderColor
          Deprecated. Use CSS property focusBorderColor instead.
static IlpColorKey IlpObjectKeys.ForegroundColor
          Deprecated. Use CSS property foreground instead.
static IlpColorKey IlpAttributeKeys.LabelBackgroundColor
          Deprecated. Use CSS property labelBackground instead.
static IlpColorKey IlpObjectKeys.LabelBackgroundColor
          Deprecated. Use CSS property labelBackground instead.
static IlpColorKey IlpAttributeKeys.LabelForegroundColor
          Deprecated. Use CSS property labelForeground instead.
static IlpColorKey IlpObjectKeys.LabelForegroundColor
          Deprecated. Use CSS property labelForeground instead.
static IlpColorKey IlpAttributeKeys.SelectionBackgroundColor
          Deprecated. Use CSS property labelBackground with pseudoclass selected instead.
static IlpColorKey IlpObjectKeys.SelectionBackgroundColor
          Deprecated. Use CSS property labelBackground and pseudoclass selected instead.
static IlpColorKey IlpAttributeKeys.SelectionForegroundColor
          Deprecated. Use CSS property labelForeground with pseudoclass selected instead.
static IlpColorKey IlpObjectKeys.SelectionForegroundColor
          Deprecated. Use CSS property labelForeground and pseudoclass selected instead.
static IlpColorKey IlpObjectKeys.StrokeColor
          Deprecated. Use CSS property borderColor instead.
static IlpColorKey IlpObjectKeys.SubnetworkBackgroundColor
          Deprecated. Use CSS property subnetworkBackground instead.
static IlpColorKey IlpObjectKeys.SubnetworkForegroundColor
          Deprecated. Use CSS property subnetworkForeground instead.
static IlpColorKey IlpObjectKeys.SubnetworkTitleColor
          Deprecated. Use CSS property subnetworkTitleColor instead.
static IlpColorKey IlpObjectKeys.ToolTipBackground
          Deprecated. Please use CSS property toolTipBackground instead.
static IlpColorKey IlpObjectKeys.ToolTipForeground
          Deprecated. Please use CSS property toolTipForeground instead.
 

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

Uses of IlpColorKey in ilog.cpl.table
 

Fields in ilog.cpl.table declared as IlpColorKey
static IlpColorKey IlpTableKeys.BackgroundColor
          Deprecated. Use CSS property background in the table configuration instead.
 

Uses of IlpColorKey in ilog.cpl.tree
 

Fields in ilog.cpl.tree declared as IlpColorKey
static IlpColorKey IlpTreeKeys.BackgroundColor
          Deprecated. Use CSS property background in Tree configuration instead.
 

Uses of IlpColorKey in ilog.tgo.graphic
 

Constructors in ilog.tgo.graphic with parameters of type IlpColorKey
IltCounterMapping(NumberFormat format, IlpFontKey font, Font defaultFontValue, IlpBooleanKey antialiasing, boolean defaultAntialiasingValue, IlpColorKey fg, Color defaultFgValue, IlpColorKey bg, Color defaultBgValue, IlpColorKey border, Color defaultBorderValue, int xPadding, int yPadding, int heading, boolean stackGlyphs)
          Deprecated. Styles have been replaced by CSS customization.
IltCounterMapping(NumberFormat format, IlpFontKey font, Font defaultFontValue, IlpColorKey fg, Color defaultFgValue, IlpColorKey bg, Color defaultBgValue, IlpColorKey border, Color defaultBorderValue, int xPadding, int yPadding, int heading, boolean stackGlyphs)
          Deprecated. Styles have been replaced by CSS customization.
 

Uses of IlpColorKey in ilog.tgo.model
 

Fields in ilog.tgo.model declared as IlpColorKey
static IlpColorKey IltObject.AlarmBalloonColor
          Deprecated. Use CSS property alarmBalloonColor instead.
static IlpColorKey IltObject.AlarmBalloonShadowColor
          Deprecated. Use CSS property alarmBalloonShadowColor instead.
static IlpColorKey IltObject.AlarmBalloonTextBackgroundColor
          Deprecated. Use CSS property alarmBalloonTextBackground instead.
static IlpColorKey IltObject.AlarmBalloonTextForegroundColor
          Deprecated. Use CSS property alarmBalloonTextForeground instead.
static IlpColorKey IltObject.AlarmBorderColor
          Deprecated. Use CSS property alarmBorderColor instead.
static IlpColorKey IltObject.AlarmBrightColor
           
static IlpColorKey IltObject.AlarmColor
           
static IlpColorKey IltObject.AlarmCountBackgroundColor
          Deprecated. Use CSS property alarmCountBackground instead.
static IlpColorKey IltObject.AlarmCountForegroundColor
          Deprecated. Use CSS property alarmCountForeground instead.
static IlpColorKey IltObject.AlarmCriticalBrightColor
          Deprecated. Use CSS property alarmCriticalBrightColor instead.
static IlpColorKey IltObject.AlarmCriticalColor
          Deprecated. Use CSS property alarmCriticalColor instead.
static IlpColorKey IltObject.AlarmCriticalDarkColor
          Deprecated. Use CSS property alarmCriticalDarkColor instead.
static IlpColorKey IltObject.AlarmDarkColor
           
static IlpColorKey IltObject.AlarmLossOfConnectivityBrightColor
          Deprecated. Use CSS property alarmLossOfConnectivityBrightColor instead.
static IlpColorKey IltObject.AlarmLossOfConnectivityColor
          Deprecated. Use CSS property alarmLossOfConnectivityColor instead.
static IlpColorKey IltObject.AlarmLossOfConnectivityDarkColor
          Deprecated. Use CSS property alarmLossOfConnectivityDarkColor instead.
static IlpColorKey IltObject.AlarmMajorBrightColor
          Deprecated. Use CSS property alarmMajorBrightColor instead.
static IlpColorKey IltObject.AlarmMajorColor
          Deprecated. Use CSS property alarmMajorColor instead.
static IlpColorKey IltObject.AlarmMajorDarkColor
          Deprecated. Use CSS property alarmMajorDarkColor instead.
static IlpColorKey IltObject.AlarmMinorBrightColor
          Deprecated. Use CSS property alarmMinorBrightColor instead.
static IlpColorKey IltObject.AlarmMinorColor
          Deprecated. Use CSS property alarmMinorColor instead.
static IlpColorKey IltObject.AlarmMinorDarkColor
          Deprecated. Use CSS property alarmMinorDarkColor instead.
static IlpColorKey IltObject.AlarmUnknownBrightColor
          The style property denoting the brighter color of unknown alarms.
static IlpColorKey IltObject.AlarmUnknownColor
          The style property denoting the color of unknown alarms.
static IlpColorKey IltObject.AlarmUnknownDarkColor
          The style property denoting the darker color of unknown alarms.
static IlpColorKey IltObject.AlarmWarningBrightColor
          Deprecated. Use CSS property alarmWarningBrightColor instead.
static IlpColorKey IltObject.AlarmWarningColor
          Deprecated. Use CSS property alarmWarningColor instead.
static IlpColorKey IltObject.AlarmWarningDarkColor
          Deprecated. Use CSS property alarmWarningDarkColor instead.
static IlpColorKey IltObject.BackgroundColor
          Deprecated. Use CSS property background instead.
static IlpColorKey IltObject.BlinkingBackgroundColor
           
static IlpColorKey IltObject.BlinkingBorderColor
           
static IlpColorKey IltObject.BlinkingBorderColor2
           
static IlpColorKey IltObject.BlinkingForegroundColor
           
static IlpColorKey IltObject.BorderColor
          Deprecated. Use CSS property borderColor instead.
static IlpColorKey IltObject.BorderColor2
          Deprecated. Use CSS property borderColor2 instead.
static IlpColorKey IltObject.DottedBorderBackgroundColor
          Deprecated. Use CSS property dottedBorderBackground instead.
static IlpColorKey IltObject.DottedBorderForegroundColor
          Deprecated. Use CSS property dottedBorderForeground instead.
static IlpColorKey IltNetworkElement.FamilyBackgroundColor
          Deprecated. Please use property familyBackground instead.
static IlpColorKey IltNetworkElement.FamilyForegroundColor
          Deprecated. Please use property familyForeground instead.
static IlpColorKey IltPolyGroup.FillBackgroundColor
          Deprecated. Please use CSS property background instead.
static IlpColorKey IltPolyGroup.FillForegroundColor
          Deprecated. Please use CSS property foreground instead.
static IlpColorKey IltObject.ForegroundColor
          Deprecated. Use CSS property foreground instead.
static IlpColorKey IltShelf.FrameColor
          Deprecated. Please use CSS property frameColor instead.
static IlpColorKey IltLink.FromArrowBorderColor
          Deprecated. Please use CSS property fromArrowBorderColor instead.
static IlpColorKey IltLink.FromArrowBorderColor2
          Deprecated. Please use CSS property fromArrowBorderColor2 instead.
static IlpColorKey IltLink.FromArrowColor
          Deprecated. Please use CSS property fromArrowColor instead.
static IlpColorKey IltObject.InfoWindowBorderColor
          Deprecated. Use CSS property infoWindowBorderColor instead.
static IlpColorKey IltObject.InfoWindowColor
          Deprecated. Use CSS property infoWindowColor instead.
static IlpColorKey IltObject.InfoWindowShadowColor
          Deprecated. Use CSS property infoWindowShadowColor instead.
static IlpColorKey IltObject.InfoWindowTextBackgroundColor
          Deprecated. Use CSS property infoWindowTextBackground instead.
static IlpColorKey IltObject.InfoWindowTextForegroundColor
          Deprecated. Use CSS property infoWindowTextForeground instead.
static IlpColorKey IltLink.InnerBackgroundColor
          Deprecated. Please use CSS property innerBackground instead.
static IlpColorKey IltAbstractLink.InnerBackgroundColor
          Deprecated.  
static IlpColorKey IltLink.InnerBorderColor
          Deprecated. Please use CSS property innerBorderColor instead.
static IlpColorKey IltLink.InnerBorderColor2
          Deprecated. Please use CSS property innerBorderColor2 instead.
static IlpColorKey IltLink.InnerForegroundColor
          Deprecated. Please use CSS property innerForeground instead.
static IlpColorKey IltAbstractLink.InnerForegroundColor
          Deprecated.  
static IlpColorKey IltObject.LabelBackgroundColor
          Deprecated. Use CSS property labelBackground instead.
static IlpColorKey IltObject.LabelBorderColor
          Deprecated. Use CSS property labelBorderColor instead.
static IlpColorKey IltObject.LabelForegroundColor
          Deprecated. Use CSS property labelForeground instead.
static IlpColorKey IltObject.MappedBorderColor
           
static IlpColorKey IltObject.MappedBorderColor2
           
static IlpColorKey IltObject.MappedBrightColor
           
static IlpColorKey IltObject.MappedColor
           
static IlpColorKey IltObject.MappedColor2
           
static IlpColorKey IltObject.MappedDarkColor
           
static IlpColorKey IltNetworkElement.MDGreenButtonColor
          Deprecated. Please use property mdGreenButtonColor instead.
static IlpColorKey IltNetworkElement.MDRedButtonColor
          Deprecated. Please use property mdRedButtonColor instead.
static IlpColorKey IltNetworkElement.MDShadowColor
          Deprecated. Please use property mdShadowColor instead.
static IlpColorKey IltNetworkElement.NMWButtonColor
          Deprecated. Please use property nmwButtonColor instead.
static IlpColorKey IltNetworkElement.NMWScreenColor
          Deprecated. Please use property nmwScreenColor instead.
static IlpColorKey IltPolyGroup.OutlineColor
          Deprecated. Please use CSS property outlineColor instead.
static IlpColorKey IltObject.PlinthBrightColor
          Deprecated. Use CSS property plinthBrightColor instead.
static IlpColorKey IltObject.PlinthColor
          Deprecated. Use CSS property plinthColor instead.
static IlpColorKey IltObject.PlinthDarkColor
          Deprecated. Use CSS property plinthDarkColor instead.
static IlpColorKey IltObject.SelectionBorderBackgroundColor
          Deprecated. Use CSS property selectionBorderBackground instead.
static IlpColorKey IltObject.SelectionBorderForegroundColor
          Deprecated. Use CSS property selectionBorderForeground instead.
static IlpColorKey IltNetworkElement.ServerButtonColor
          Deprecated. Please use property serverButtonColor instead.
static IlpColorKey IltNetworkElement.ServerGridColor
          Deprecated. Please use property serverGridColor instead.
static IlpColorKey IltLink.TechnologyColor
           
static IlpColorKey IltLink.ToArrowBorderColor
          Deprecated. Please use CSS property toArrowBorderColor instead.
static IlpColorKey IltLink.ToArrowBorderColor2
          Deprecated. Please use CSS property toArrowBorderColor2 instead.
static IlpColorKey IltLink.ToArrowColor
          Deprecated. Please use CSS property toArrowColor instead.
static IlpColorKey IltObject.TrapAuthenticationFailureBrightColor
          Deprecated. Use CSS property trapAuthenticationFailureBrightColor instead.
static IlpColorKey IltObject.TrapAuthenticationFailureColor
          Deprecated. Use CSS property trapAuthenticationFailureColor instead.
static IlpColorKey IltObject.TrapAuthenticationFailureDarkColor
          Deprecated. Use CSS property trapAuthenticationFailureDarkColor instead.
static IlpColorKey IltObject.TrapColdStartBrightColor
          Deprecated. Use CSS property trapColdStartBrightColor instead.
static IlpColorKey IltObject.TrapColdStartColor
          Deprecated. Use CSS property trapColdStartColor instead.
static IlpColorKey IltObject.TrapColdStartDarkColor
          Deprecated. Use CSS property trapColdStartDarkColor instead.
static IlpColorKey IltObject.TrapEGPNeighborLossBrightColor
          Deprecated. Use CSS property trapEGPNeighborLossBrightColor instead.
static IlpColorKey IltObject.TrapEGPNeighborLossColor
          Deprecated. Use CSS property trapEGPNeighborLossColor instead.
static IlpColorKey IltObject.TrapEGPNeighborLossDarkColor
          Deprecated. Use CSS property trapEGPNeighborLossDarkColor instead.
static IlpColorKey IltObject.TrapLinkFailureBrightColor
          Deprecated. Use CSS property trapLinkFailureBrightColor instead.
static IlpColorKey IltObject.TrapLinkFailureColor
          Deprecated. Use CSS property trapLinkFailureColor instead.
static IlpColorKey IltObject.TrapLinkFailureDarkColor
          Deprecated. Use CSS property trapLinkFailureDarkColor instead.
static IlpColorKey IltObject.TrapWarmStartBrightColor
          Deprecated. Use CSS property trapWarmStartBrightColor instead.
static IlpColorKey IltObject.TrapWarmStartColor
          Deprecated. Use CSS property trapWarmStartColor instead.
static IlpColorKey IltObject.TrapWarmStartDarkColor
          Deprecated. Use CSS property trapWarmStartDarkColor instead.
 

Methods in ilog.tgo.model with parameters of type IlpColorKey
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.