Package | Description |
---|---|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
Modifier and Type | Field and Description |
---|---|
static IltToolTipFactory |
IltCompositeInteractions.ObjectLabelToolTipFactory
Deprecated.
Please use
IlpToolTipManager and the CSS property
toolTipText instead. The same feature can be achieved
with the following CSS configuration:
object."ilog.tgo.model.IltObject" { toolTipText: @name; } |
static IltToolTipFactory |
IltCompositeInteractions.SecStateModifierToolTipFactory
Deprecated.
Please use
IlpToolTipManager and CSS property
toolTipGraphic instead. The same feature can be achieved
with the following CSS configuration:
object."ilog.tgo.model.IltObject/objectState" { toolTipGraphic: @+SecStateToolTipGraphic; } Subobject#SecStateToolTipGraphic { class: 'ilog.tgo.graphic.IltSecStateModifierToolTipGraphic'; } |
Modifier and Type | Method and Description |
---|---|
IltToolTipFactory |
IltCompositeInteractions.getElementToolTipFactory(IltGraphicElementName elementName)
Deprecated.
Please use
IlpToolTipManager and the CSS
properties toolTipText or
toolTipGraphic instead.
The following example illustrates how you can customize a
tooltip for an object being represented in your graphic
component. The tooltip is displayed in the decoration
that represents the name attribute of the object.
In the network, equipment and table components you can
customize tooltips for:
object."ilog.tgo.model.IltNetworkElement/name" { toolTipText: "Network Element Name"; } |
IltToolTipFactory |
IltCompositeInteractions.getToolTipFactory()
Deprecated.
Please use
IlpToolTipManager and the CSS
properties toolTipText or
toolTipGraphic instead. The following example
illustrates how you can customize a tooltip for an object being
represented in your graphic component, using a CSS. This
example shows the object name as a tooltip:
object."ilog.tgo.model.IltNetworkElement" { toolTipText: @name; } |
Modifier and Type | Method and Description |
---|---|
void |
IltCompositeInteractions.setElementToolTipFactory(IltGraphicElementName elementName,
IltToolTipFactory factory)
Deprecated.
Please use
IlpToolTipManager and CSS properties
toolTipText or toolTipGraphic
instead. The following example illustrates how you can
customize a tooltip for an object being represented in your
graphic component. The tooltip is displayed in the decoration
that represents the name attribute of the object.
In the network, equipment and table components, you can
customize tooltips for:
object."ilog.tgo.model.IltNetworkElement/name" { toolTipText: "Network Element Name"; } |
void |
IltCompositeInteractions.setToolTipFactory(IltToolTipFactory factory)
Deprecated.
Please use
IlpToolTipManager and the CSS
properties toolTipText or
toolTipGraphic instead. The following example
illustrates how you can customize a tooltip for an object being
represented in your graphic component using a CSS. This example
shows the object name as a tooltip:
object."ilog.tgo.model.IltNetworkElement" { toolTipText: @name; } |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.