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 |
Provides classes and interfaces to create graphic objects.
|
ilog.cpl.graphic.attachment |
Deprecated Provides classes and interfaces to define attachment rules for graphic
objects.
|
ilog.cpl.graphic.component |
Deprecated Provides predefined graphic objects based on Swing components.
|
ilog.cpl.graphic.views |
Provides graphic object and graphic view classes for creating and configuring
graphic views based on Rogue Wave JViews.
|
ilog.cpl.interactor |
Contains all the base classes of interactors.
|
ilog.cpl.table |
Together with
ilog.cpl.IlpTable , this package constitutes the JTGO Table component. |
ilog.cpl.tree |
Together with
ilog.cpl.IlpTree , this package constitutes
the JTGO Tree component. |
ilog.tgo.composite |
Provides the classes for handling the zoom policies and the layer policies.
|
ilog.tgo.composite.internal | |
ilog.tgo.graphic |
Provides all the classes for handling the graphical representations of the telecom objects.
|
ilog.tgo.interactor |
Provides the predefined interactors for a view.
|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphic |
IlpNodeRenderer.createGraphic(IlpGraphView view,
IlpRepresentationObject object,
IlpGraphicRendererContext rendererContext,
IlpGraphic previousGraphic)
Creates a new
IlpGraphic from an
IlpRepresentationObject . |
IlpGraphic |
IlpDefaultNodeRenderer.createGraphic(IlpGraphView view,
IlpRepresentationObject object,
IlpGraphicRendererContext rendererContext,
IlpGraphic previousGraphic)
Creates a new graphic representation or reuses the previous one.
|
IlpGraphic |
GraphRendererEvent.getGraphic()
Returns the graphic object which has been added or updated.
|
IlpGraphic |
IlpGraphView.getGraphic(IlpPoint viewLocation)
Returns the
IlpGraphic object at the given position in this
object. |
IlpGraphic |
IlpGraphView.getGraphic(IlpRepresentationObject object)
Returns the
IlpGraphic object that was created by rendering
a given representation object. |
IlpGraphic |
IlpGraphView.getInnermostGraphic(IlpPoint viewLocation)
Returns the innermost graphic at the given position in this object.
|
IlpGraphic |
IlpGraphView.unwrapGraphic(IltCompositeGraphic graphic)
Returns the IlpGraphic wrapped by the IltCompositeGraphic.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphic |
IlpNodeRenderer.createGraphic(IlpGraphView view,
IlpRepresentationObject object,
IlpGraphicRendererContext rendererContext,
IlpGraphic previousGraphic)
Creates a new
IlpGraphic from an
IlpRepresentationObject . |
IlpGraphic |
IlpDefaultNodeRenderer.createGraphic(IlpGraphView view,
IlpRepresentationObject object,
IlpGraphicRendererContext rendererContext,
IlpGraphic previousGraphic)
Creates a new graphic representation or reuses the previous one.
|
void |
IlpGraphView.doUpdateGraphic(IlpRepresentationObject object,
IlpGraphic g)
After all checks have been done, update an object.
|
IlvGraphic |
IlpGraphView.getLayoutProxy(IlpGraphic graphic)
Returns the
IlvGraphic that represents this graphic
object for layout purposes, or null if it is currently
not in a Rogue Wave JViews manager, or not considered by the layout. |
IlpRepresentationObject |
IlpGraphView.getRepresentationObject(IlpGraphic g)
Returns the
IlpRepresentationObject that is rendered by the
given IlpGraphic object. |
void |
IlpNodeRenderer.updateGraphic(IlpGraphic graphic,
IlpGraphicRendererContext rendererContext)
Updates an existing
IlpGraphic . |
void |
IlpDefaultNodeRenderer.updateGraphic(IlpGraphic graphic,
IlpGraphicRendererContext rendererContext)
Updates an existing
IlpGraphic , to reflect the changes made
to the IlpRepresentationObject object. |
IltCompositeGraphic |
IlpGraphView.wrapGraphic(IlpGraphic graphic)
Wraps a Swing graphic object in an IltCompositeGraphic.
|
Constructor and Description |
---|
GraphRendererEvent(Object source,
IlEventType type,
IlpRepresentationObject ro,
IlpGraphic graphic,
IlpGraphicRendererContext context)
Creates events of type
GraphRendererEvent.Type.GRAPHIC_ADDED
or GraphRendererEvent.Type.GRAPHIC_UPDATED |
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractGraphic
This class models an abstract graphic.
|
class |
IlpCompositeGraphic
Deprecated.
Please use Rogue Wave JViews Composite Graphics instead.
|
class |
IlpLeafGraphic
This class models an individual graphic, which is drawn
by a Java component.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphic |
IlpGraphicRenderer.createGraphic(IlpGraphicView view,
IlpRepresentationObject object,
IlpAttribute attribute,
IlpGraphicRendererContext rendererContext)
Creates a new
IlpGraphic from an IlpRepresentationObject and
optional attribute. |
IlpGraphic |
IlpCompositeGraphic.getBase()
Deprecated.
Gets the base element.
|
IlpGraphic |
IlpCompositeGraphic.getChild(int index)
Deprecated.
Returns the child graphic at the given position.
|
IlpGraphic |
IlpGraphicView.getGraphic(IlpPoint viewLocation)
Returns the
IlpGraphic object at the given position in this object. |
IlpGraphic |
IlpGraphicHolder.getGraphic(IlpRepresentationObject o)
Gets the graphic object associated with the given representation object.
|
IlpGraphic |
IlpEmptyGraphicHolder.getGraphic(IlpRepresentationObject o)
Returns
null always, as this graphic holder does not
store any references. |
IlpGraphic |
IlpDefaultGraphicHolder.getGraphic(IlpRepresentationObject o)
Gets the graphic object associated with the given representation object.
|
IlpGraphic |
IlpGraphicHolder.getGraphic(IlpRepresentationObject o,
IlpAttribute a)
Gets the graphic object associated with the given representation object
and attribute.
|
IlpGraphic |
IlpEmptyGraphicHolder.getGraphic(IlpRepresentationObject o,
IlpAttribute a)
Returns
null always, as this graphic holder does not
store any references. |
IlpGraphic |
IlpDefaultGraphicHolder.getGraphic(IlpRepresentationObject o,
IlpAttribute a)
Gets the graphic object associated with the given representation object
and attribute.
|
IlpGraphic |
IlpGraphicView.getInnermostGraphic(IlpPoint viewLocation)
Returns the innermost graphic at the given position in this object.
|
IlpGraphic |
IlpCompositeGraphic.getInnermostGraphic(IlpPoint viewLocation)
Deprecated.
Returns the innermost graphic at the given position in this object.
|
IlpGraphic |
IlpGraphic.getParent()
Returns the parent graphic.
|
IlpGraphic |
IlpAbstractGraphic.getParent()
Returns the parent graphic or
null if this graphic is
not inside another graphic. |
IlpGraphic |
IlpAbstractGraphic.getRoot()
Returns the root graphic in the hierarchy.
|
Modifier and Type | Method and Description |
---|---|
Collection<IlpGraphic> |
IlpDefaultGraphicHolder.getGraphics(IlpRepresentationObject o)
Returns the collection of all graphic instances associated with
the given representation object, including the graphic instances related to
attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpCompositeGraphic.addBase(IlpGraphic base)
Deprecated.
Adds the given graphic as a child of this composite,
and marks it as the base graphic.
|
void |
IlpLeafGraphic.addChild(IlpGraphic child)
Adds a child to this graphic, creating a composite
representation.
|
void |
IlpGraphicContainment.addChild(IlpGraphic child)
Deprecated.
Adds a child to this graphic, creating a composite
representation.
|
void |
IlpCompositeGraphic.addChild(IlpGraphic child)
Deprecated.
Adds a child to this graphic, creating a composite
representation.
|
void |
IlpCompositeGraphic.addChild(IlpGraphic graphic,
IlpAttachment attachment)
Deprecated.
Adds a new child graphic with the given attachment rule.
|
void |
IlpGraphicHolder.addGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphic g)
Associates the given representation object and attribute with
the given graphic representation.
|
void |
IlpEmptyGraphicHolder.addGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphic g)
This class does not store any association with graphic instances,
so this method does nothing.
|
void |
IlpDefaultGraphicHolder.addGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphic g)
Associates the given representation object and attribute with
the given graphic representation.
|
void |
IlpGraphicHolder.addGraphic(IlpRepresentationObject o,
IlpGraphic g)
Associates the given representation object with the given graphic representation.
|
void |
IlpEmptyGraphicHolder.addGraphic(IlpRepresentationObject o,
IlpGraphic g)
This class does not store any association with graphic instances,
so this method does nothing.
|
void |
IlpDefaultGraphicHolder.addGraphic(IlpRepresentationObject o,
IlpGraphic g)
Associates the given representation object with the given graphic representation.
|
void |
IlpCompositeGraphic.computeAttachmentCoordinates(IlpGraphic graphic)
Deprecated.
Computes the attachment coordinates of this composite graphic.
|
IlpAttachment |
IlpCompositeGraphic.getAttachment(IlpGraphic graphic)
Deprecated.
Returns the attachment of the given graphic object.
|
void |
IlpLeafGraphic.removeChild(IlpGraphic child)
Removes the given child from this composite graphic.
|
void |
IlpGraphicContainment.removeChild(IlpGraphic child)
Deprecated.
Removes the given child from this composite graphic.
|
void |
IlpCompositeGraphic.removeChild(IlpGraphic child)
Deprecated.
Removes the given child from this composite graphic.
|
void |
IlpCompositeGraphic.setAttachment(IlpGraphic graphic,
IlpAttachment attachment)
Deprecated.
Attaches the corresponding graphic object to another one.
|
void |
IlpGraphic.setParent(IlpGraphic g)
Sets the parent graphic.
|
void |
IlpAbstractGraphic.setParent(IlpGraphic parent)
Sets a new parent graphic for this instance.
|
void |
IlpGraphicRenderer.updateGraphic(IlpGraphic g,
IlpGraphicRendererContext rendererContext)
Updates an existing
IlpGraphic . |
Modifier and Type | Method and Description |
---|---|
void |
IlpAttachmentManager.computeAttachmentCoordinates(IlpGraphic graphic)
Deprecated.
Computes the values of all attachments, recursively traversing the tree.
|
IlpAttachment |
IlpAttachmentManager.getAttachment(IlpGraphic graphic)
Deprecated.
Returns the attachment of the given graphic object.
|
void |
IlpAttachmentManager.setAttachment(IlpGraphic graphic,
IlpAttachment attachment)
Deprecated.
Attaches the corresponding graphic object to another one.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAlarmBalloon
Deprecated.
Please use
IlvRoundRectBalloon instead. |
class |
IlpBalloon
Deprecated.
Please use
IlvBalloon instead. |
class |
IlpCentered
Deprecated.
Please use a composite graphic with a centered layout instead.
|
class |
IlpInfoBalloon
Deprecated.
Please use
IlvRectBalloon instead. |
class |
IlpStacker
Deprecated.
Please use a Composite Graphic with a Stacker Layout instead.
|
Modifier and Type | Method and Description |
---|---|
protected IlpGraphic |
IlpCentered.getInner()
Deprecated.
Returns the inner graphic.
|
Constructor and Description |
---|
IlpAlarmBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner)
Deprecated.
Creates a new instance by adding the inner graphic within the
alarm balloon according to the given orientation.
|
IlpAlarmBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
Insets i,
int orient,
int depth,
int thickness,
Color bg,
Color border,
Color shadow,
int rad,
int distance)
Deprecated.
Creates a new instance by adding the inner graphic within the
alarm balloon according to the given orientation.
|
IlpAlarmBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
int orient,
Color bg)
Deprecated.
Creates a new instance by adding the inner graphic within the
alarm balloon, according to the given orientation.
|
IlpAlarmBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpGraphic inner)
Deprecated.
Creates a new instance by adding the inner graphic within the
alarm balloon, according to the given orientation.
|
IlpBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner)
Deprecated.
Creates a new instance, grouping an outer element and an inner element.
|
IlpBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
Insets i,
int orient,
int depth,
int thickness,
Color bg,
Color border,
Color shadow)
Deprecated.
Creates a new instance, grouping an outer element and an inner element.
|
IlpCentered(IlpGraphicView view,
IlpRepresentationObject obj,
Component outer,
IlpGraphic inner)
Deprecated.
Creates a new instance, grouping an outer element and an inner element.
|
IlpCentered(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
Component outer,
IlpGraphic inner)
Deprecated.
Creates a new instance, grouping an outer element and an inner element.
|
IlpCentered(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
Component outer,
IlpGraphic inner,
Insets i)
Deprecated.
Creates a new instance, grouping an outer element and an inner element.
|
IlpInfoBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attribute,
IlpGraphic inner)
Deprecated.
Creates a new instance by adding the inner graphic within the
information balloon, according to the given orientation.
|
IlpInfoBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
Insets i,
int orient,
int depth,
int thickness,
Color bg,
Color border,
Color shadow)
Deprecated.
Creates a new instance by adding the inner graphic within the
information balloon, according to the given orientation.
|
IlpInfoBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpAttribute attr,
IlpGraphic inner,
int orient,
Color bg)
Deprecated.
Creates a new instance by adding the inner graphic within the
information balloon, according to the given orientation.
|
IlpInfoBalloon(IlpGraphicView view,
IlpRepresentationObject obj,
IlpGraphic inner)
Deprecated.
Creates a new instance by adding the inner graphic within the
information balloon, according to the given orientation.
|
Modifier and Type | Method and Description |
---|---|
IlvManagerLayer |
IlpLayer.getLayerFor(IlvManager manager,
IlpGraphic graphic)
Returns the right manager layer for a given object.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphic |
IlpObjectInteractionContext.getGraphic()
Returns the graphic object on which the interaction occurs.
|
IlpGraphic |
IlpObjectActionEvent.getGraphic()
Returns the graphic on which the interaction occurred.
|
IlpGraphic |
IlpDefaultObjectInteractionContext.getGraphic()
Returns the graphic object on which the interaction occurs.
|
Modifier and Type | Method and Description |
---|---|
Collection<IlpGraphic> |
IlpViewInteractionContext.getGraphics()
Returns the collection of
IlpGraphic s involved in
a gesture. |
Collection<IlpGraphic> |
IlpDefaultViewInteractionContext.getGraphics()
Returns the collection of
IlpGraphic s involved in
a gesture. |
Modifier and Type | Method and Description |
---|---|
void |
IlpViewInteractionContext.addGraphic(IlpGraphic graphic)
Adds a graphic to the collection of graphics
involved in a gesture.
|
void |
IlpDefaultViewInteractionContext.addGraphic(IlpGraphic graphic)
Adds a graphic to the collection of graphics
involved in a gesture.
|
boolean |
IlpViewInteractionContext.removeGraphic(IlpGraphic graphic)
Removes a graphic from the collection of graphics
involved in a gesture.
|
boolean |
IlpDefaultViewInteractionContext.removeGraphic(IlpGraphic graphic)
Removes a graphic from the collection of graphics
involved in a gesture.
|
Constructor and Description |
---|
IlpDefaultObjectInteractionContext(IlpGraphicView view,
IlpGraphic graphic)
Constructs an interaction context dedicated to a view and a single object
in this view.
|
IlpDefaultObjectInteractionContext(IlpGraphicView view,
IlpGraphic graphic,
AWTEvent event)
Constructs an interaction context dedicated to a view and a single object
in this view.
|
IlpDefaultObjectInteractionContext(IlpGraphicView view,
IlpRepresentationObject ro,
IlpGraphic graphic,
AWTEvent event)
Constructs an interaction context dedicated to a view and a single
object in this view.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphic |
IlpTableView.getGraphic(IlpPoint viewLocation) |
IlpGraphic |
IlpTableView.getInnermostGraphic(IlpPoint viewLocation)
Returns the innermost graphic at the given position in this object.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphic |
IlpTreeView.getGraphic(IlpPoint viewLocation)
Returns the
IlpGraphic object at the given position in this object. |
IlpGraphic |
IlpTreeView.getInnermostGraphic(IlpPoint viewLocation)
Returns the innermost graphic at the given position in this object.
|
Modifier and Type | Class and Description |
---|---|
class |
IltcCompositeGraphic
This class describes a composite graphic object.
|
class |
IltcGraphicElementAggregate
This class implements a composite graphic which
contains a list of children decorations.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphic |
IltcGraphicElementAggregate.getBase()
Get the base element.
|
IlpGraphic |
IltcCompositeGraphic.getParent()
Returns the parent node in the hierarchy, null if this is a root.
|
Modifier and Type | Method and Description |
---|---|
void |
IltcGraphicElementAggregate.addChild(IlpGraphic graphic)
Adds a new child node.
|
void |
IltcCompositeGraphic.addChild(IlpGraphic graphic)
Adds a new child node.
|
void |
IltcGraphicElementAggregate.addChild(IlpGraphic graphic,
IlpAttachment attachment)
Adds a new child graphic with the given attachment rule.
|
void |
IltcGraphicElementAggregate.computeAttachmentCoordinates(IlpGraphic graphic)
Computes the attachment coordinates of this composite graphic.
|
IlpAttachment |
IltcGraphicElementAggregate.getAttachment(IlpGraphic graphic)
Returns the attachment of the given graphic object.
|
IlpLayer |
IltcLayerPolicy.getDefaultLayer(IlpGraphic graphic) |
IlvManagerLayer |
IltcLayer.getLayerFor(IlvManager manager,
IlpGraphic graphic)
Returns the right manager layer for a given object.
|
void |
IltcGraphicElementAggregate.removeChild(IlpGraphic graphic)
Removes a child node.
|
void |
IltcCompositeGraphic.removeChild(IlpGraphic graphic)
Removes a child node.
|
void |
IltcGraphicElementAggregate.setAttachment(IlpGraphic graphic,
IlpAttachment attachment)
Attaches the corresponding graphic object to another one.
|
void |
IltcCompositeGraphic.setParent(IlpGraphic g)
This operation is not supported because IltcCompositeGraphic instances are
always the parent graphic.
|
Modifier and Type | Class and Description |
---|---|
class |
ilog.tgo.composite.internal.IltcGraphicChild |
Modifier and Type | Class and Description |
---|---|
class |
IltCompositeGraphic
This class describes a composite graphic object for use by TGO.
|
class |
IltGraphicElementAggregate
Deprecated.
Please use properties
children and
constraints to customize new decorations
to predefined business objects using CSS. |
Modifier and Type | Method and Description |
---|---|
IlpGraphic |
IltGraphicRenderer.createGraphic(IlpGraphicView view,
IlpRepresentationObject object,
IlpAttribute attribute,
IlpGraphicRendererContext rendererContext)
Deprecated.
Creates a new graphic representation by delegating to the four-argument
createGraphic method. |
abstract IlpGraphic |
IltGraphicRenderer.createGraphic(IlpGraphicView view,
IltGraphicManager manager,
IlpRepresentationObject object,
IlpAttribute attribute,
IlpGraphicRendererContext rendererContext)
Deprecated.
Creates a new
IlpGraphic object. |
IlpGraphic |
IltGraphicElementAggregate.getBase()
Deprecated.
Gets the base element.
|
IlpGraphic |
IltCompositeGraphic.getGraphicLabel()
Returns the graphic corresponding to the label of
this element.
|
Modifier and Type | Method and Description |
---|---|
void |
IltGraphicElementAggregate.addChild(IlpGraphic graphic)
Deprecated.
Adds a new child graphic.
|
void |
IltGraphicElementAggregate.addChild(IlpGraphic graphic,
IlpAttachment attachment)
Deprecated.
Adds a new child graphic with the given attachment rule.
|
IlpAttachment |
IltGraphicElementAggregate.getAttachment(IlpGraphic graphic)
Deprecated.
Returns the attachment of the given graphic object.
|
void |
IltGraphicElementAggregate.setAttachment(IlpGraphic graphic,
IlpAttachment attachment)
Deprecated.
Attaches the corresponding graphic object to another one.
|
void |
IltGraphicRenderer.updateGraphic(IlpGraphic graphic,
IlpGraphicRendererContext rendererContext)
Deprecated.
Updates an existing
IlpGraphic to reflect the changes made
to the IlpRepresentationObject . |
Modifier and Type | Method and Description |
---|---|
void |
IltEditLabelInteractor.updateLabel(IlpViewsViewInteractor interactor,
IlpGraphic graphic,
String label)
Called when
IlvEditLabelInteractor has accepted a new label
from the user. |
Modifier and Type | Method and Description |
---|---|
IlpGraphic |
IltObjectDefaultRenderer.createGraphic(IlpGraphicView view,
IltGraphicManager manager,
IlpRepresentationObject object,
IlpAttribute attribute,
IlpGraphicRendererContext rendererContext)
Deprecated.
Creates a new graphic representation.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.