Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
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 |
IlpObjectKeys.LabelString
Deprecated.
Use CSS property
label instead. |
static IlpStringKey |
IlpAttributeKeys.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 |
IlpObjectKeys.ToolTipString
Deprecated.
Use CSS property
toolTipText instead. |
static IlpStringKey |
IlpAttributeKeys.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 . |
Modifier and Type | Method and Description |
---|---|
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 . |
Modifier and Type | Field and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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:
|
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 Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.