Package | Description |
---|---|
ilog.cpl.graph |
Contains the abstract common implementation for both the
IlpNetwork and IlpEquipment components,
including a model, a view and a controller and
related classes. |
ilog.cpl.graphic.views.action |
Provides action event classes that are delivered to predefined actions
of the network and equipment components.
|
ilog.tgo.awt |
Deprecated Provides AWT components necessary to create an application mixing JTGO and AWT.
|
ilog.tgo.css |
Contains basic classes to provide the customization of JTGO predefined business objects using CSS.
|
ilog.tgo.debug |
Utility classes for debugging.
|
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.graphic.graphlayout.labellayout |
Contains the classes needed for the label layout
|
ilog.tgo.graphic.renderer |
Provides classes and support to create base renderers for telecom objects.
|
ilog.tgo.interactor |
Provides the predefined interactors for a view.
|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
ilog.tgo.resource |
Provides classes for handling graphical resources.
|
ilog.tgo.resource.css |
Specifies the set of settings that can be configured through cascading style sheets.
|
ilog.tgo.swing |
Provides Swing classes necessary to create an application mixing JTGO and Swing.
|
ilog.tgo.util |
Provides general purpose classes and interfaces used in JTGO.
|
Class and Description |
---|
IltCompositeGrapher
This class is the counterpart of
IlvGrapher for IltCompositeGraphic objects. |
IltCompositeGraphic
This class describes a composite graphic object for use by TGO.
|
Class and Description |
---|
IltLinkPort
This enumeration describes and enumerates the link connection ports
that can be used to customize the way links connect to nodes.
|
Class and Description |
---|
IltCompositeGraphic
This class describes a composite graphic object for use by TGO.
|
IltGraphicElementName
This enumeration lists the names of elements of graphic objects.
|
Class and Description |
---|
IltDetailLevel
This class describes the different detail level used to draw telecom objects.
|
IltGraphicElementName
This enumeration lists the names of elements of graphic objects.
|
IltLinkPort
This enumeration describes and enumerates the link connection ports
that can be used to customize the way links connect to nodes.
|
Class and Description |
---|
IltGraphicSettings
Deprecated.
Please use CSS properties instead.
|
Class and Description |
---|
IltAbstractLegend
Deprecated.
The Legend/Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
IltBaseStyle
This enumeration defines the possible base styles for telecom objects.
|
IltCompositeGrapher
This class is the counterpart of
IlvGrapher for IltCompositeGraphic objects. |
IltCompositeGraphic
This class describes a composite graphic object for use by TGO.
|
IltCompositeInteractions
Deprecated.
Since JTGO 3.0, object interactors are managed by the
Controller element of each Graphic Component. Controllers
are part of the MVC trio that composes a graphic component.
It is responsible for storing and setting interactors to the
view and its objects. Interactors can be defined using the
Graphic Controller API or by loading cascading style sheets
with Interactor definition. Concerning tooltips, their
customization is now achieved only through CSS using properties
toolTipText or toolTipGraphic . The
toolTipGraphic property has priority. |
IltDecorationSource
This interface is implemented by the elements which are source of
decorations, such as states, state values or attributes.
|
IltDecorationType
This class enumerates the possible decoration types.
|
IltDefaultAlarmCountGraphic
Graphical component representing an alarm count.
|
IltDetailLevel
This class describes the different detail level used to draw telecom objects.
|
IltFocusInteractor
Deprecated.
Since JTGO 3.0, object interactors are managed by the
Controller element of each Graphic Component. Controllers
are part of the MVC trio that composes a graphic component.
It is responsible for storing and setting interactors to the
view and its objects. Interactors can be defined using the
Graphic Controller API or by loading cascading style sheets
with Interactor definition. Concerning tooltips, their
customization is now achieved only through CSS using properties
toolTipText or toolTipGraphic . The
toolTipGraphic property has priority. |
IltGrapherAdapter
An
IltGrapherAdapter is the bridge between a graph layout and an
IltCompositeGrapher . |
IltGraphic
Deprecated.
Please use
IlpGraphic or
IlpRepresentation objects instead. Once you have
added an IlpObject to a datasource and is it being
displayed, you can retrieve the
IlpRepresentationObject through
network.getAdapter().getRepresentationObject(obj)
and the IlpGraphic through
network.getView().getGraphic(repobj) . |
IltGraphicElementAggregate
Deprecated.
Please use properties
children and
constraints to customize new decorations
to predefined business objects using CSS. |
IltGraphicElementName
This enumeration lists the names of elements of graphic objects.
|
IltGraphicManager
Deprecated.
Please use an
IlpGraphicView instead. It
contains a method getGraphic or
getGraphicHolder . |
IltGraphicSettings
Deprecated.
Please use CSS properties instead.
|
IltImageMapping
This class stores the configuration used to create a decoration which
depends upon two images, such as
IltGauge or IltChart . |
IltKey
Deprecated.
Please use
IlpKey instead. |
IltKey.Boolean
Deprecated.
This class is obsolete. Please use
IlpBooleanKey instead. |
IltKey.Color
Deprecated.
This class is obsolete. Please use
IlpColorKey instead. |
IltKey.Enum
Deprecated.
This class is obsolete. Please use
IlpEnumKey instead. |
IltKey.EnumArray
Deprecated.
This class is obsolete. Please use
IlpEnumArrayKey instead. |
IltKey.Float
Deprecated.
This class is obsolete. Please use
IlpFloatKey instead. |
IltKey.Font
Deprecated.
This class is obsolete. Please use
IlpFontKey instead. |
IltKey.Image
Deprecated.
This class is obsolete. Please use
IlpImageKey instead. |
IltKey.Integer
Deprecated.
This class is obsolete. Please use
IlpIntegerKey instead. |
IltKey.LineStyle
Deprecated.
This class is obsolete. Please use
IlpLineStyleKey instead. |
IltKey.Pattern
Deprecated.
This class is obsolete. Please use
IlpPatternKey instead. |
IltKey.Point
Deprecated.
This class is obsolete. Please use
IlpPointKey instead. |
IltKey.String
Deprecated.
This class is obsolete. Please use
IlpStringKey instead. |
IltKey.StringArray
Deprecated.
This class is obsolete. Please use
IlpStringArrayKey instead. |
IltKeyInteractor
Deprecated.
Since JTGO 3.0, object interactors are managed by the
Controller element of each Graphic Component. Controllers
are part of the MVC trio that composes a graphic component.
It is responsible for storing and setting interactors to the
view and its objects. Interactors can be defined using the
Graphic Controller API or by loading cascading style sheets
with Interactor definition. Concerning tooltips, their
customization is now achieved only through CSS using properties
toolTipText or toolTipGraphic . The
toolTipGraphic property has priority. |
IltLayerPolicy
This class decides about the layer in which a composite object is placed,
unless a layer is specified explicitly.
|
IltLegend
Deprecated.
The Legend/Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
IltLegendModifier
Deprecated.
Please use cascading style sheets instead.
|
IltLineSegment
Deprecated.
Please use class ilog.cpl.graphic.views.IlpLineSegment instead.
|
IltLineSpec
This class specifies the look (style) of a cross-cut of a graphic
representation of telecom link.
|
IltLinkPort
This enumeration describes and enumerates the link connection ports
that can be used to customize the way links connect to nodes.
|
IltLogicalPolygon
Deprecated.
Please use class ilog.cpl.graphic.views.IlpPolygon instead.
|
IltLogicalPolyline
Deprecated.
Please use class ilog.cpl.graphic.views.IlpPolyline instead.
|
IltLogicalPolyPoints
Deprecated.
Please use the classes ilog.cpl.graphic.views.IlpPolygon and
ilog.cpl.graphic.views.IlpPolyline instead.
|
IltLogicalPolyPoints.PointAndDirection
Deprecated.
Please use the classes ilog.cpl.graphic.views.IlpPolygon and
ilog.cpl.graphic.views.IlpPolyline instead.
|
IltLogicalPolyPoints.TwoPolylines
Deprecated.
Please use the classes ilog.cpl.graphic.views.IlpPolygon and
ilog.cpl.graphic.views.IlpPolyline instead.
|
IltMouseInteractor
Deprecated.
Since JTGO 3.0, object interactors are managed by the
Controller element of each Graphic Component. Controllers
are part of the MVC trio that composes a graphic component.
It is responsible for storing and setting interactors to the
view and its objects. Interactors can be defined using the
Graphic Controller API or by loading cascading style sheets
with Interactor definition. Concerning tooltips, their
customization is now achieved only through CSS using properties
toolTipText or toolTipGraphic . The
toolTipGraphic property has priority. |
IltMouseMotionInteractor
Deprecated.
Since JTGO 3.0, object interactors are managed by the
Controller element of each Graphic Component. Controllers
are part of the MVC trio that composes a graphic component.
It is responsible for storing and setting interactors to the
view and its objects. Interactors can be defined using the
Graphic Controller API or by loading cascading style sheets
with Interactor definition. Concerning tooltips, their
customization is now achieved only through CSS using properties
toolTipText or toolTipGraphic . The
toolTipGraphic property has priority. |
IltNetwork
This subclass of
IlvGrapher instantiates its own
IltCompositeGrapher , and
optionally it instantiates a sample network. |
IltObjectInteractorContext
Deprecated.
Since JTGO 3.0, object interactors are managed by the
Controller element of each Graphic Component. Controllers
are part of the MVC trio that composes a graphic component.
It is responsible for storing and setting interactors to the
view and its objects. Interactors can be defined using the
Graphic Controller API or by loading cascading style sheets
with Interactor definition. Concerning tooltips, their
customization is now achieved only through CSS using properties
toolTipText or toolTipGraphic . The
toolTipGraphic property has priority. |
IltSecondaryStatePositioner
This class lets you assign a fixed position to a secondary state icon.
|
IltSelectionEvent
A selection event is delivered when a JTGO object is selected or
deselected.
|
IltSelectionListener
This interface permits to observe selection status changes of JTGO
composite graphic objects.
|
IltShapeChangedEvent
A "shape changed" event is delivered when the shape or position of
a visible graphic representation of a JTGO object in an
IltCompositeGrapher has changed. |
IltShapeChangedListener
This interface makes it possible to react to shape changes of
IltCompositeGraphic objects.
|
IltToolTipFactory
Deprecated.
Please use
IlpToolTipManager and CSS properties instead. |
IltToolTipManager
Deprecated.
Use the
IlpToolTipManager and the CSS
properties toolTipText or toolTipRenderer instead. |
Class and Description |
---|
IltCompositeGrapher
This class is the counterpart of
IlvGrapher for IltCompositeGraphic objects. |
IltCompositeGraphic
This class describes a composite graphic object for use by TGO.
|
Class and Description |
---|
IltDetailLevel
This class describes the different detail level used to draw telecom objects.
|
IltLineSpec
This class specifies the look (style) of a cross-cut of a graphic
representation of telecom link.
|
Class and Description |
---|
IltCompositeGrapher
This class is the counterpart of
IlvGrapher for IltCompositeGraphic objects. |
IltCompositeGraphic
This class describes a composite graphic object for use by TGO.
|
IltLinkPort
This enumeration describes and enumerates the link connection ports
that can be used to customize the way links connect to nodes.
|
Class and Description |
---|
IltBaseStyle
This enumeration defines the possible base styles for telecom objects.
|
IltBaseStyleMapping
Deprecated.
Please use cascading style sheets with attribute selectors to
customize the representation of the objects according to their states.
|
IltChartMapping
This class stores the configuration used to create an
IltChart decoration. |
IltCompositeGrapher
This class is the counterpart of
IlvGrapher for IltCompositeGraphic objects. |
IltCompositeGraphic
This class describes a composite graphic object for use by TGO.
|
IltCompositeInteractions
Deprecated.
Since JTGO 3.0, object interactors are managed by the
Controller element of each Graphic Component. Controllers
are part of the MVC trio that composes a graphic component.
It is responsible for storing and setting interactors to the
view and its objects. Interactors can be defined using the
Graphic Controller API or by loading cascading style sheets
with Interactor definition. Concerning tooltips, their
customization is now achieved only through CSS using properties
toolTipText or toolTipGraphic . The
toolTipGraphic property has priority. |
IltCounterMapping
This class stores the configuration used to create an
IltCounter decoration. |
IltDecorationSource
This interface is implemented by the elements which are source of
decorations, such as states, state values or attributes.
|
IltDecorationType
This class enumerates the possible decoration types.
|
IltGaugeMapping
This class stores the configuration used to create an
IltGauge decoration. |
IltGraphic
Deprecated.
Please use
IlpGraphic or
IlpRepresentation objects instead. Once you have
added an IlpObject to a datasource and is it being
displayed, you can retrieve the
IlpRepresentationObject through
network.getAdapter().getRepresentationObject(obj)
and the IlpGraphic through
network.getView().getGraphic(repobj) . |
IltGraphicManager
Deprecated.
Please use an
IlpGraphicView instead. It
contains a method getGraphic or
getGraphicHolder . |
IltGraphicRenderer
Deprecated.
Please use
class property to define
a completely new graphic representation for a business
object. If you just want to add new decorations to an
existing business object, define the property
children with the new decorations.
Include property constraints specifying how each new
decoration should be attached to the object base. |
IltGraphicSettings
Deprecated.
Please use CSS properties instead.
|
IltKey
Deprecated.
Please use
IlpKey instead. |
IltKey.Color
Deprecated.
This class is obsolete. Please use
IlpColorKey instead. |
IltKey.String
Deprecated.
This class is obsolete. Please use
IlpStringKey instead. |
IltLegend
Deprecated.
The Legend/Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
IltLegendModifier
Deprecated.
Please use cascading style sheets instead.
|
IltLineSpec
This class specifies the look (style) of a cross-cut of a graphic
representation of telecom link.
|
IltLogicalPolygon
Deprecated.
Please use class ilog.cpl.graphic.views.IlpPolygon instead.
|
IltLogicalPolyline
Deprecated.
Please use class ilog.cpl.graphic.views.IlpPolyline instead.
|
IltNetwork
This subclass of
IlvGrapher instantiates its own
IltCompositeGrapher , and
optionally it instantiates a sample network. |
IltObjectInteractor
Deprecated.
Since JTGO 3.0, object interactors are managed by the
Controller element of each Graphic Component. Controllers
are part of the MVC trio that composes a graphic component.
It is responsible for storing and setting interactors to the
view and its objects. Interactors can be defined using the
Graphic Controller API or by loading cascading style sheets
with Interactor definition. Concerning tooltips, their
customization is now achieved only through CSS using properties
toolTipText or toolTipGraphic . The
toolTipGraphic property has priority. |
Class and Description |
---|
IltGraphicElementName
This enumeration lists the names of elements of graphic objects.
|
Class and Description |
---|
IltChartMapping
This class stores the configuration used to create an
IltChart decoration. |
IltCounterMapping
This class stores the configuration used to create an
IltCounter decoration. |
IltDecorationType
This class enumerates the possible decoration types.
|
IltGaugeMapping
This class stores the configuration used to create an
IltGauge decoration. |
Class and Description |
---|
IltCompositeGraphic
This class describes a composite graphic object for use by TGO.
|
IltCompositeInteractions
Deprecated.
Since JTGO 3.0, object interactors are managed by the
Controller element of each Graphic Component. Controllers
are part of the MVC trio that composes a graphic component.
It is responsible for storing and setting interactors to the
view and its objects. Interactors can be defined using the
Graphic Controller API or by loading cascading style sheets
with Interactor definition. Concerning tooltips, their
customization is now achieved only through CSS using properties
toolTipText or toolTipGraphic . The
toolTipGraphic property has priority. |
IltGraphic
Deprecated.
Please use
IlpGraphic or
IlpRepresentation objects instead. Once you have
added an IlpObject to a datasource and is it being
displayed, you can retrieve the
IlpRepresentationObject through
network.getAdapter().getRepresentationObject(obj)
and the IlpGraphic through
network.getView().getGraphic(repobj) . |
IltGraphicElementName
This enumeration lists the names of elements of graphic objects.
|
IltGraphicManager
Deprecated.
Please use an
IlpGraphicView instead. It
contains a method getGraphic or
getGraphicHolder . |
IltLegend
Deprecated.
The Legend/Style API has been replaced by the Cascading Style
Sheet mechanism. Refer to the User's Manual for further information.
|
Class and Description |
---|
IltCompositeGrapher
This class is the counterpart of
IlvGrapher for IltCompositeGraphic objects. |
IltGraphicElementName
This enumeration lists the names of elements of graphic objects.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.