Package | Description |
---|---|
ilog.cpl.style |
Deprecated Provides classes and interfaces for handling styles (see
IlpStyle ). |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractStyleValueProvider
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpAttributeStyleValueProvider
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpBoundAttributeStyleValueProvider
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpKeyStyleValueModifier
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpRemoteStyleValueProvider
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpStyleValueDefaultProvider
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpStyleValueFormatter
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpStyleValueMapper
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpStyleValueModifier
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpStyleValueTypeConverter
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
Modifier and Type | Field and Description |
---|---|
protected IlpStyleValueProvider |
IlpStyleValueModifier.provider
Deprecated.
This is the original style value provider.
|
Modifier and Type | Field and Description |
---|---|
protected ilog.util.internal.IlFastMap<IlpKey,IlpStyleValueProvider> |
IlpStyle.valueProviders
Deprecated.
A table IlpKey -> IlpStyleValueProvider containing the value providers.
|
Modifier and Type | Method and Description |
---|---|
IlpStyleValueProvider |
IlpStyleValueModifier.getValueProvider()
Deprecated.
Returns the Style value provider encapsulated by this instance.
|
IlpStyleValueProvider |
IlpStyle.getValueProvider(IlpKey key)
Deprecated.
Returns the local value provider that calculates the value for this key.
|
IlpStyleValueProvider |
IlpStyle.getValueProvider(IlpKey key,
boolean searchAllTree)
Deprecated.
Returns the value provider defined for the given key, either locally
or in the default styles.
|
Modifier and Type | Method and Description |
---|---|
ilog.util.internal.IlFastMap<IlpKey,IlpStyleValueProvider> |
IlpStyle.getValueProviders()
Deprecated.
Gets the style's value providers.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
IlpStyle.doSetValueProvider(IlpKey key,
IlpStyleValueProvider valueProvider,
boolean doReset)
Deprecated.
Changes the value provider for the key.
|
protected boolean |
IlpStyle.isValueProviderValid(IlpKey key,
IlpStyleValueProvider provider)
Deprecated.
Checks if the given value provider can be set.
|
boolean |
IlpStyle.setValueProvider(IlpKey key,
IlpStyleValueProvider valueProvider,
boolean doReset)
Deprecated.
Changes the style value provider of a given key in this style.
|
Constructor and Description |
---|
IlpKeyStyleValueModifier(IlpStyleValueProvider provider,
IlpKey key,
IlpStyle style)
Deprecated.
IlpKeyStyleValueModifier constructor. |
IlpStyleValueDefaultProvider(IlpStyleValueProvider provider,
IlpKey key,
IlpStyle style)
Deprecated.
IlpStyleValueDefaultProvider constructor. |
IlpStyleValueDefaultProvider(IlpStyleValueProvider provider,
Object defValue)
Deprecated.
IlpStyleValueDefaultProvider constructor. |
IlpStyleValueFormatter(IlpStyleValueProvider provider,
IlpFormatKey key)
Deprecated.
IlpStyleValueFormatter constructor. |
IlpStyleValueFormatter(IlpStyleValueProvider provider,
IlpFormatKey key,
IlpStyle style)
Deprecated.
IlpStyleValueFormatter constructor. |
IlpStyleValueMapper(IlpStyleValueProvider provider,
IlpValueMapKey key,
Class mapValueType)
Deprecated.
IlpStyleValueMapper constructor. |
IlpStyleValueMapper(IlpStyleValueProvider provider,
IlpValueMapKey key,
IlpStyle style)
Deprecated.
IlpStyleValueMapper constructor. |
IlpStyleValueModifier(IlpStyleValueProvider provider)
Deprecated.
IlpStyleValueModifier constructor. |
IlpStyleValueTypeConverter(IlpContext context,
IlpStyleValueProvider provider,
Class target)
Deprecated.
IlpStyleValueTypeConverter constructor. |
IlpStyleValueTypeConverter(IlpStyleValueProvider provider,
Class target)
Deprecated.
IlpStyleValueTypeConverter constructor. |
Modifier and Type | Class and Description |
---|---|
class |
IltCollapseStyleValueProvider
Deprecated.
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. |
Modifier and Type | Class and Description |
---|---|
static class |
IltObject.ListPrimaryStateStyleValueProvider
Deprecated.
Styles have been replaced by CSS support.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.