|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpKey | |
|---|---|
| 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. |
| Uses of IlpKey in ilog.cpl.style |
|---|
| Fields in ilog.cpl.style declared as IlpKey | |
|---|---|
protected IlpKey |
IlpKeyStyleValueModifier.remoteKey
Deprecated. Remote key |
protected IlpKey |
IlpRemoteStyleValueProvider.remoteKey
Deprecated. Remote key |
| Methods in ilog.cpl.style that return IlpKey | |
|---|---|
IlpKey |
IlpRemoteStyleValueProvider.getKey()
Deprecated. Returns the IlpKey pointed to by this IlpRemoteStyleValueProvider. |
IlpKey |
IlpKeyStyleValueModifier.getRemoteKey()
Deprecated. Get remote key. |
| Methods in ilog.cpl.style with parameters of type IlpKey | |
|---|---|
void |
IlpKeyStyleValueModifier.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 |
IlpAbstractStyleValueProvider.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 |
IlpStyleValueProvider.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 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 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 |
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 |
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 |
IlpStyleValueProvider.getValue(IlpKey key,
IlpStyle style)
Deprecated. Returns the value for the given style. |
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. |
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 |
IlpStyleValueDefaultProvider.modifyValue(IlpKey key,
IlpStyle style,
Object value)
Deprecated. Returns the default value defined in this instance, if the value parameter is not defined. |
Object |
IlpStyleValueFormatter.modifyValue(IlpKey key,
IlpStyle style,
Object value)
Deprecated. Formats the given 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. |
protected boolean |
IlpStyle.needStyleValue(IlpKey k)
Deprecated. Verifies if the key is really needed for this style. |
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 |
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 |
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 |
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 |
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 |
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 |
IlpStyle.styleValueChanged(IlpAbstractStyle source,
IlpKey key)
Deprecated. This method is called whenever a value of a key is changed. |
void |
IlpStyleListenerSupport.styleValueChanged(IlpAbstractStyle source,
IlpKey key)
Deprecated. Called each time a key changes. |
| Constructors in ilog.cpl.style with parameters of type IlpKey | |
|---|---|
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. |
|
| Uses of IlpKey in ilog.cpl.style.key |
|---|
| Subclasses of IlpKey in ilog.cpl.style.key | |
|---|---|
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. |
| Fields in ilog.cpl.style.key declared as IlpKey | |
|---|---|
static IlpKey |
IlpAttributeKeys.ToolTipGraphic
Deprecated. Use CSS property toolTipGraphic instead. |
static IlpKey |
IlpObjectKeys.ToolTipGraphic
Deprecated. Use CSS property toolTipGraphic instead. |
| Methods in ilog.cpl.style.key that return IlpKey | |
|---|---|
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. |
| Uses of IlpKey in ilog.tgo.graphic |
|---|
| Methods in ilog.tgo.graphic that return IlpKey | |
|---|---|
IlpKey |
IltLegendModifier.getRemoteValue(IlpKey key)
Deprecated. Retrieves the remote value associated with the key. |
| Methods in ilog.tgo.graphic with parameters of type IlpKey | |
|---|---|
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. |
| Constructors in ilog.tgo.graphic with parameters of type IlpKey | |
|---|---|
IltKeyNotServedException(IlpKey key,
IltLegend legend)
Deprecated. |
|
| Uses of IlpKey in ilog.tgo.model |
|---|
| Fields in ilog.tgo.model declared as IlpKey | |
|---|---|
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. |
| Methods in ilog.tgo.model that return IlpKey | |
|---|---|
IlpKey |
IltObject.mappedForUser(IlpKey userKey)
|
| Methods in ilog.tgo.model with parameters of type IlpKey | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||