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.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 | Field and Description |
---|---|
protected IlpKey |
IlpRemoteStyleValueProvider.remoteKey
Deprecated.
Remote key
|
protected IlpKey |
IlpKeyStyleValueModifier.remoteKey
Deprecated.
Remote key
|
Modifier and Type | Field and Description |
---|---|
protected Map<IlpStyle,List<IlpKey>> |
IlpAbstractStyleValueProvider.dependentStyles
Deprecated.
All the styles that dependent on this value provider
|
protected ilog.util.internal.IlFastMap<IlpKey,Object> |
IlpAbstractStyle.literals
Deprecated.
A table IlpKey -> Object.
|
protected Set<IlpKey> |
IlpStyleListenerSupport.modifiedKeys
Deprecated.
|
protected ilog.util.internal.IlFastMap<IlpKey,Map<StyleChangeListener,Integer>> |
IlpStyle.styleKeyListeners
Deprecated.
A table
|
protected Collection<IlpKey> |
StyleChangeEvent.styleKeys
Deprecated.
Modified keys
|
protected ilog.util.internal.IlFastMap<IlpKey,IlpStyleValueProvider> |
IlpStyle.valueProviders
Deprecated.
A table IlpKey -> IlpStyleValueProvider containing the value providers.
|
protected Collection<IlpKey> |
IlpStyleListenerSupport.watchedKeys
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IlpKey |
IlpRemoteStyleValueProvider.getKey()
Deprecated.
Returns the
IlpKey pointed to by this IlpRemoteStyleValueProvider . |
IlpKey |
IlpKeyStyleValueModifier.getRemoteKey()
Deprecated.
Get remote key.
|
Modifier and Type | Method and Description |
---|---|
protected Dictionary<IlpKey,Object> |
IlpAbstractStyle.coerceFastHashtable(Dictionary<IlpKey,Object> badVector)
Deprecated.
Used to deserialize, convert Dictionary to
IlFastMap . |
protected Collection<IlpKey> |
IlpStyle.doRemoveDefaultStyle(IlpStyle defaultStyle)
Deprecated.
Removes a default style from the list of default styles.
|
protected Collection<IlpKey> |
IlpAbstractStyle.doResetLiterals()
Deprecated.
Reset all literals
Must be called from a synchronization block.
|
protected Collection<IlpKey> |
IlpStyle.doResetValueProviders()
Deprecated.
Reset all value providers and return the list of changed keys.
|
protected Collection<IlpKey> |
IlpStyle.doSetDefaultStyles(IlpStyle[] defaultStyles)
Deprecated.
Sets the entire list of default styles.
|
Collection<IlpKey> |
IlpStyle.getKeys()
Deprecated.
Gets a collection with all keys present in this style, literal
and value provider keys.
|
Collection<IlpKey> |
IlpAbstractStyle.getKeys()
Deprecated.
Gets an enumeration of local and value provider keys.
|
Collection<IlpKey> |
IlpStyle.getKnownKeys()
Deprecated.
Returns an unmodifiable collection with all the known keys of this style.
|
ilog.util.internal.IlFastMap<IlpKey,Object> |
IlpAbstractStyle.getLiterals()
Deprecated.
Returns the table with all literals defined in
this style.
|
protected Collection<IlpKey> |
IlpStyle.getOwnKnownKeys()
Deprecated.
Returns a modifiable collection with all the keys of this style.
|
protected Collection<IlpKey> |
IlpAbstractStyle.getOwnKnownKeys()
Deprecated.
Returns a modifiable collection with all the keys of this style.
|
Collection<IlpKey> |
StyleChangeEvent.getStyleKeys()
Deprecated.
Returns the modified style keys.
|
ilog.util.internal.IlFastMap<IlpKey,IlpStyleValueProvider> |
IlpStyle.getValueProviders()
Deprecated.
Gets the style's value providers.
|
Enumeration<IlpKey> |
IlpAbstractStyle.keys()
Deprecated.
Returns the properties that have a local value in this style.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpStyleValueProvider.addDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is using this style value provider
for the given key.
|
void |
IlpRemoteStyleValueProvider.addDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is using this style value provider
for the given key.
|
void |
IlpKeyStyleValueModifier.addDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is using this style value provider
for the given key.
|
void |
IlpBoundAttributeStyleValueProvider.addDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is using this style value provider
for the given key.
|
void |
IlpAbstractStyleValueProvider.addDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is using this style value provider
for the given key.
|
void |
IlpStyle.addStyleChangeListener(IlpKey key,
StyleChangeListener listener)
Deprecated.
Adds a listener interested in modifications in the given key.
|
protected boolean |
IlpStyle.doHasDefaultValue(IlpKey key,
boolean checkStatic)
Deprecated.
Returns
true if there is a default value associated with the key. |
protected boolean |
IlpAbstractStyle.doHasLiteral(IlpKey key)
Deprecated.
Returns
true if there is a local literal value associated with
the key. |
protected boolean |
IlpStyle.doHasStaticValue(IlpKey key)
Deprecated.
Returns
true if there is a value associated with the key in a static style. |
boolean |
IlpStyle.doHasValue(IlpKey key,
boolean checkStatic)
Deprecated.
Tests whether a given
IlpKey has a value associated with this style, either
locally or in default styles. |
protected boolean |
IlpStyle.doHasValueProvider(IlpKey key)
Deprecated.
Returns
true if there is a local value provider associated with the key. |
protected boolean |
IlpAbstractStyle.doResetLiteral(IlpKey key)
Deprecated.
Resets the literal value.
|
protected boolean |
IlpStyle.doSetValueProvider(IlpKey key,
IlpStyleValueProvider valueProvider,
boolean doReset)
Deprecated.
Changes the value provider for the key.
|
protected boolean |
IlpStyle.doStyleValueChanged(IlpAbstractStyle source,
IlpKey key,
Set<StyleListener> listenersSet)
Deprecated.
|
protected void |
IlpStyle.fireStyleChangeEvent(IlpKey k)
Deprecated.
Fires the style change event for the given key.
|
protected void |
IlpAbstractStyle.fireStyleValueChanged(IlpAbstractStyle source,
IlpKey key,
Collection<StyleListener> allListeners)
Deprecated.
Fires
styleValueChanged events to all listeners. |
Object |
IlpAbstractStyle.getLiteral(IlpKey key)
Deprecated.
Retrieves the local literal value associated with the key or null,
if there is no value for this key.
|
Object |
IlpAbstractStyle.getLiteralOrNotFound(IlpKey key)
Deprecated.
Returns the literal value associated with the given key or
IlpAbstractStyle.NotFound if none is found. |
Object |
IlpStyle.getLocalValueOrNotFound(IlpKey key,
IlpStyle source)
Deprecated.
Returns the local value for the given key, either if
it was defined as a literal or as a value provider.
|
Object |
IlpStyle.getValue(IlpKey key)
Deprecated.
Returns the value of a given
IlpKey accessible through this
style. |
abstract Object |
IlpAbstractStyle.getValue(IlpKey key)
Deprecated.
|
Object |
IlpStyleValueProvider.getValue(IlpKey key,
IlpStyle style)
Deprecated.
Returns the value for the given style.
|
Object |
IlpStyleValueModifier.getValue(IlpKey key,
IlpStyle style)
Deprecated.
Returns the value of the remote key on the remote style.
|
Object |
IlpStyle.getValue(IlpKey key,
IlpStyle defStyle)
Deprecated.
Returns the value of a given
IlpKey accessible through this
style. |
Object |
IlpRemoteStyleValueProvider.getValue(IlpKey key,
IlpStyle style)
Deprecated.
Returns the value of the remote key on the remote style.
|
Object |
IlpAttributeStyleValueProvider.getValue(IlpKey key,
IlpStyle style)
Deprecated.
Returns the current value of the attribute (as returned by
getAttributeValue() ),
after converting it to a string. |
Object |
IlpAbstractStyle.getValue(IlpKey key,
Object defaultValue)
Deprecated.
Returns the value of a given
IlpKey in this style. |
ilog.cpl.style.internal.IlpStyleValueOrigin |
IlpStyle.getValueOrigin(IlpKey key)
Deprecated.
Returns the location where a particular style value comes from.
|
Object |
IlpStyle.getValueOrNotFound(IlpKey key)
Deprecated.
Needed for compliance with
IlpAbstractStyle . |
protected abstract Object |
IlpAbstractStyle.getValueOrNotFound(IlpKey key)
Deprecated.
Returns the value associated with the given key or
IlpAbstractStyle.NotFound ,
if none is found. |
Object |
IlpStyle.getValueOrNotFound(IlpKey key,
IlpStyle source)
Deprecated.
Returns the value associated with the given key (either
literal or value provider) or
IlpAbstractStyle.NotFound
if none is found. |
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.
|
Object |
IlpStyle.getValueProviderOrNotFound(IlpKey key)
Deprecated.
Returns the value provider associated with the given key or
IlpAbstractStyle.NotFound if none is found. |
boolean |
IlpStyle.hasDefaultValue(IlpKey key)
Deprecated.
Returns
true if there is a default value associated with the key. |
boolean |
IlpStyle.hasDependentValue(IlpKey key)
Deprecated.
Checks if a key has a dependent value.
|
boolean |
IlpAbstractStyle.hasLiteral(IlpKey key)
Deprecated.
Returns
true if there is a local literal value associated with
the key. |
boolean |
IlpStyle.hasValue(IlpKey key)
Deprecated.
Tests whether a given
IlpKey has a value associated with this style, either
locally or in default styles. |
abstract boolean |
IlpAbstractStyle.hasValue(IlpKey key)
Deprecated.
|
boolean |
IlpStyle.hasValue(IlpKey key,
boolean checkStatic)
Deprecated.
Tests whether a given
IlpKey has a value associated with this style, either
locally or in default styles. |
boolean |
IlpStyle.hasValueProvider(IlpKey key)
Deprecated.
Returns
true if there is a local value provider associated with the key. |
boolean |
IlpStyle.hasValueProvider(IlpKey key,
boolean searchAll)
Deprecated.
Returns
true if there is a value provider associated with the key. |
protected boolean |
IlpStyle.isValueProviderValid(IlpKey key,
IlpStyleValueProvider provider)
Deprecated.
Checks if the given value provider can be set.
|
Object |
IlpStyleValueTypeConverter.modifyValue(IlpKey key,
IlpStyle style,
Object value)
Deprecated.
Modifies the given value; for example, converts it
to another type, formats it, or maps it to
another value.
|
abstract Object |
IlpStyleValueModifier.modifyValue(IlpKey key,
IlpStyle style,
Object value)
Deprecated.
Modifies the given value; for example, converts it
to another type, formats it, or maps it to
another value.
|
Object |
IlpStyleValueMapper.modifyValue(IlpKey key,
IlpStyle style,
Object value)
Deprecated.
Returns the mapped value, if it is defined in the
source value map, or
IlpStyle.NotFound . |
Object |
IlpStyleValueFormatter.modifyValue(IlpKey key,
IlpStyle style,
Object value)
Deprecated.
Formats the given value.
|
Object |
IlpStyleValueDefaultProvider.modifyValue(IlpKey key,
IlpStyle style,
Object value)
Deprecated.
Returns the default value defined in this instance, if the value parameter
is not defined.
|
protected boolean |
IlpStyle.needStyleValue(IlpKey k)
Deprecated.
Verifies if the key is really needed for this style.
|
void |
IlpStyleValueProvider.removeDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is no longer using this style value
provider for the given key.
|
void |
IlpRemoteStyleValueProvider.removeDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is no longer using this style value
provider for the given key.
|
void |
IlpKeyStyleValueModifier.removeDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is no longer using this style value
provider for the given key.
|
void |
IlpBoundAttributeStyleValueProvider.removeDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is no longer using this style value
provider for the given key.
|
void |
IlpAbstractStyleValueProvider.removeDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Indicates that the given style is no longer using this style value
provider for the given key.
|
void |
IlpStyle.removeStyleChangeListener(IlpKey key,
StyleChangeListener listener)
Deprecated.
Removes the listener interested in modifications in the given key.
|
boolean |
IlpAbstractStyle.resetLiteral(IlpKey key)
Deprecated.
Resets the local value associated with this key.
|
boolean |
IlpAbstractStyle.resetLiteralSilently(IlpKey key)
Deprecated.
Resets the local value associated with this key.
|
boolean |
IlpStyle.resetToDefaultValue(IlpKey key)
Deprecated.
Restores the default value of the key.
|
boolean |
IlpStyle.resetValueProvider(IlpKey key)
Deprecated.
Resets the value provider associated with this key.
|
void |
IlpStyle.setLiteral(IlpKey key,
Object value)
Deprecated.
Changes the local literal value of a given key in this style.
|
void |
IlpAbstractStyle.setLiteral(IlpKey key,
Object value)
Deprecated.
Changes the local literal value of a given key in this style.
|
void |
IlpAbstractStyle.setLiteralSilently(IlpKey key,
Object value)
Deprecated.
Changes the local literal value of a given key in this style
without notifying this change.
|
void |
IlpStyle.setValue(IlpKey key,
Object value)
Deprecated.
Changes the local value of a given key in this style.
|
abstract void |
IlpAbstractStyle.setValue(IlpKey key,
Object value)
Deprecated.
|
boolean |
IlpStyle.setValueProvider(IlpKey key,
IlpStyleValueProvider valueProvider,
boolean doReset)
Deprecated.
Changes the style value provider of a given key in this style.
|
protected void |
IlpStyleValueModifier.specificAddDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
This method can be overwritten in the subclasses to execute an
specific behavior when a dependent style and key is set to this provider.
|
protected void |
IlpAbstractStyleValueProvider.specificAddDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Executes a specific operation when this value provider is registered for
the given key in the given style.
|
protected void |
IlpStyleValueModifier.specificRemoveDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
This method can be overwritten in the subclasses to execute an
specific behavior when a dependent style and key is removed.
|
protected void |
IlpAbstractStyleValueProvider.specificRemoveDependentStyle(IlpKey key,
IlpStyle style)
Deprecated.
Executes a specific operation when this value provider is no longer being
used by the given key in the style.
|
void |
StyleListener.styleValueChanged(IlpAbstractStyle source,
IlpKey key)
Deprecated.
This method is called whenever a key value is changed in
this style.
|
void |
IlpStyleListenerSupport.styleValueChanged(IlpAbstractStyle source,
IlpKey key)
Deprecated.
Called each time a key changes.
|
void |
IlpStyle.styleValueChanged(IlpAbstractStyle source,
IlpKey key)
Deprecated.
This method is called whenever a value of a key is changed.
|
Modifier and Type | Method and Description |
---|---|
protected Dictionary<IlpKey,Object> |
IlpAbstractStyle.coerceFastHashtable(Dictionary<IlpKey,Object> badVector)
Deprecated.
Used to deserialize, convert Dictionary to
IlFastMap . |
protected void |
IlpStyle.fireStyleNotification(Collection<IlpKey> changedKeys)
Deprecated.
Notifies the change on the given keys.
|
protected void |
IlpAbstractStyle.fireStyleNotification(Collection<IlpKey> changedKeys)
Deprecated.
Notifies the change on the given keys.
|
protected boolean |
IlpAbstractStyle.verifyNeededStyleKeys(Collection<IlpKey> newKnownKeys)
Deprecated.
Returns
true if the new key collection contains all
the needed style keys. |
Constructor and Description |
---|
IlpKeyStyleValueModifier(IlpStyleValueProvider provider,
IlpKey key,
IlpStyle style)
Deprecated.
IlpKeyStyleValueModifier constructor. |
IlpRemoteStyleValueProvider(IlpKey remoteKey)
Deprecated.
IlpRemoteStyleValueProvider constructor. |
IlpRemoteStyleValueProvider(IlpKey remoteKey,
IlpStyle remoteStyle)
Deprecated.
IlpRemoteStyleValueProvider constructor. |
IlpStyleValueDefaultProvider(IlpStyleValueProvider provider,
IlpKey key,
IlpStyle style)
Deprecated.
IlpStyleValueDefaultProvider constructor. |
StyleChangeEvent(Object source,
IlpKey key)
Deprecated.
Creates a new event.
|
Constructor and Description |
---|
IlpStyleListenerSupport(Object source,
Collection<IlpKey> watchedKeys)
Deprecated.
Please use the constructor with multi-thread support
|
IlpStyleListenerSupport(Object source,
Collection<IlpKey> watchedKeys,
IlSynchronizationContext syncContext)
Deprecated.
Creates a style change support that notifies of changes for a restricted
collection of watched keys.
|
StyleChangeEvent(Object source,
Collection<IlpKey> styleKeys)
Deprecated.
Creates a new event.
|
StyleChangeEvent(Object source,
Collection<IlpKey> styleKeys,
boolean type)
Deprecated.
Creates an event which may be general or not.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpBooleanKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpColorKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpDomainKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpEnumArrayKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpEnumKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpFloatArrayKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpFloatKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpFontKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpFormatKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpImageKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpIntegerArrayKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpIntegerKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpInteractorKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpLineStyleKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpPatternKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpPointKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpRectKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpRendererKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpStringArrayKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpStringKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpSwingConstantKey
Deprecated.
The Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
class |
IlpValueMapKey
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 |
---|---|
static IlpKey |
IlpObjectKeys.ToolTipGraphic
Deprecated.
Use CSS property
toolTipGraphic instead. |
static IlpKey |
IlpAttributeKeys.ToolTipGraphic
Deprecated.
Use CSS property
toolTipGraphic instead. |
Modifier and Type | Method and Description |
---|---|
static IlpKey |
IlpKey.GetSharedInstance(String name)
Deprecated.
Retrieves an existing key instance.
|
static IlpKey |
IlpKey.GetSharedInstance(String name,
Class type)
Deprecated.
Returns an existing key instance or creates a new key
of the given type.
|
static IlpKey |
IlpKey.NewKey(String name)
Deprecated.
Creates a new key for untyped properties and sets the default value to
null . |
static IlpKey |
IlpKey.NewKey(String name,
Object defaultValue)
Deprecated.
Creates a new key for untyped properties.
|
Modifier and Type | Field and Description |
---|---|
protected ilog.util.internal.IlFastMap<IlpKey,IlpKey> |
IltLegendModifier.remoteKeys
Deprecated.
A table IlpKey -> IlpKey.
|
protected ilog.util.internal.IlFastMap<IlpKey,IlpKey> |
IltLegendModifier.remoteKeys
Deprecated.
A table IlpKey -> IlpKey.
|
Modifier and Type | Method and Description |
---|---|
IlpKey |
IltLegendModifier.getRemoteValue(IlpKey key)
Deprecated.
Retrieves the remote value associated with the key.
|
Modifier and Type | Method and Description |
---|---|
protected Dictionary<IlpKey,Object> |
IltAbstractLegend.coerceFastHashtable(Dictionary<IlpKey,Object> badVector)
Deprecated.
used to deserialize, convert Dictionary to IlFastHashtable
|
Vector<IlpKey> |
IltLegend.getKnownValues()
Deprecated.
Please use
getKnownKeys instead. |
Modifier and Type | Method and Description |
---|---|
Object |
IltLegend.getLocalValue(IlpKey key)
Deprecated.
Please use
getLiteral instead. |
IlpKey |
IltLegendModifier.getRemoteValue(IlpKey key)
Deprecated.
Retrieves the remote value associated with the key.
|
Object |
IltCollapseStyleValueProvider.getValue(IlpKey key,
IlpStyle style)
Deprecated.
|
boolean |
IltLegend.hasLocalValue(IlpKey key)
Deprecated.
Please use
hasLiteral version instead. |
boolean |
IltLegend.hasRemoteValue(IlpKey key)
Deprecated.
Please use
hasValueProvider instead. |
boolean |
IltLegendModifier.resetToDefaultValue(IlpKey key)
Deprecated.
Resets the key value in the style.
|
boolean |
IltLegend.resetValue(IlpKey key)
Deprecated.
Please use
resetLiteral version instead. |
void |
IltLegendModifier.setRemoteValue(IlpKey key,
IlpKey destKey)
Deprecated.
Changes the remote value of a given key in this legend.
|
void |
IltLegendModifier.setRemoteValue(IlpKey lkey,
IltKey destKey)
Deprecated.
Please use
setRemoteValue(IlpKey key, IlpKey destKey) instead. |
boolean |
IltLegend.setRemoteValue(IlpKey lKey,
IltLegend legend,
IlpKey rKey)
Deprecated.
Please use
setValueProvider version instead. |
boolean |
IltLegend.setRemoteValue(IlpKey lKey,
IltLegend legend,
IltKey remoteKey)
Deprecated.
|
void |
IltLegendModifier.setRemoteValue(IltKey key,
IlpKey rkey)
Deprecated.
Please use
setRemoteValue(IlpKey key, IlpKey destKey) instead. |
boolean |
IltLegend.setRemoteValue(IltKey key,
IltLegend legend,
IlpKey rKey)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Dictionary<IlpKey,Object> |
IltAbstractLegend.coerceFastHashtable(Dictionary<IlpKey,Object> badVector)
Deprecated.
used to deserialize, convert Dictionary to IlFastHashtable
|
protected void |
IltAbstractLegend.convertTable(ilog.util.internal.IlFastMap<IltKey,Object> source,
ilog.util.internal.IlFastMap<IlpKey,Object> target)
Deprecated.
Convert from source table to target table, translating keys
from IltKey to IlpKey.
|
Constructor and Description |
---|
IltKeyNotServedException(IlpKey key,
IltLegend legend)
Deprecated.
Creates a new exception.
|
Modifier and Type | Field and Description |
---|---|
static IlpKey |
IltObject.ChildrenDecorationConstraints |
static IlpKey |
IltObject.ChildrenDecorations |
static IlpKey |
IltSNMP.System.OldContact
Deprecated.
|
static IlpKey |
IltSNMP.System.OldDescription
Deprecated.
|
static IlpKey |
IltSNMP.System.OldLocation
Deprecated.
|
static IlpKey |
IltNetworkElement.SizeRatio
Deprecated.
Please use property
sizeRatio instead. |
Modifier and Type | Method and Description |
---|---|
IlpKey |
IltObject.mappedForUser(IlpKey userKey) |
Modifier and Type | Method and Description |
---|---|
static IlpAttribute |
IltSNMP.System.GetAttribute(IlpKey key)
This method is just for compatibility from previous IltKey api to
IlpAttribute.
|
Object |
IltObject.ListPrimaryStateStyleValueProvider.getValue(IlpKey key,
IlpStyle style)
Deprecated.
|
IlpKey |
IltObject.mappedForUser(IlpKey userKey) |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.