|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpGraphic | |
|---|---|
| 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 ILOG JViews. |
| ilog.cpl.interactor | Contains all the base classes of interactors. |
| ilog.cpl.table | Together with ilog.cpl.IlpTable, this package constitutes the ILOG JTGO Table component. |
| ilog.cpl.tree | Together with ilog.cpl.IlpTree, this package constitutes
the ILOG 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. |
| Uses of IlpGraphic in ilog.cpl.graph |
|---|
| Methods in ilog.cpl.graph that return IlpGraphic | |
|---|---|
IlpGraphic |
IlpDefaultNodeRenderer.createGraphic(IlpGraphView view,
IlpRepresentationObject object,
IlpGraphicRendererContext rendererContext,
IlpGraphic previousGraphic)
Creates a new graphic representation or reuses the previous one. |
IlpGraphic |
IlpNodeRenderer.createGraphic(IlpGraphView view,
IlpRepresentationObject object,
IlpGraphicRendererContext rendererContext,
IlpGraphic previousGraphic)
Creates a new IlpGraphic from an
IlpRepresentationObject. |
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. |
| Methods in ilog.cpl.graph with parameters of type IlpGraphic | |
|---|---|
IlpGraphic |
IlpDefaultNodeRenderer.createGraphic(IlpGraphView view,
IlpRepresentationObject object,
IlpGraphicRendererContext rendererContext,
IlpGraphic previousGraphic)
Creates a new graphic representation or reuses the previous one. |
IlpGraphic |
IlpNodeRenderer.createGraphic(IlpGraphView view,
IlpRepresentationObject object,
IlpGraphicRendererContext rendererContext,
IlpGraphic previousGraphic)
Creates a new IlpGraphic from an
IlpRepresentationObject. |
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 an ILOG 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 |
IlpDefaultNodeRenderer.updateGraphic(IlpGraphic graphic,
IlpGraphicRendererContext rendererContext)
Updates an existing IlpGraphic, to reflect the changes made
to the IlpRepresentationObject object. |
void |
IlpNodeRenderer.updateGraphic(IlpGraphic graphic,
IlpGraphicRendererContext rendererContext)
Updates an existing IlpGraphic. |
IltCompositeGraphic |
IlpGraphView.wrapGraphic(IlpGraphic graphic)
Wraps a Swing graphic object in an IltCompositeGraphic. |
| Constructors in ilog.cpl.graph with parameters of type IlpGraphic | |
|---|---|
GraphRendererEvent(Object source,
IlEventType type,
IlpRepresentationObject ro,
IlpGraphic graphic,
IlpGraphicRendererContext context)
Creates events of type GraphRendererEvent.Type.GRAPHIC_ADDED
or GraphRendererEvent.Type.GRAPHIC_UPDATED |
|
| Uses of IlpGraphic in ilog.cpl.graphic |
|---|
| Classes in ilog.cpl.graphic that implement IlpGraphic | |
|---|---|
class |
IlpAbstractGraphic
This class models an abstract graphic. |
class |
IlpCompositeGraphic
Deprecated. Please use ILOG JViews Composite Graphics instead. |
class |
IlpLeafGraphic
This class models an individual graphic, which is drawn by a Java component. |
| Methods in ilog.cpl.graphic that return IlpGraphic | |
|---|---|
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 |
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)
Gets the graphic object associated with the given representation object. |
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 |
IlpGraphicHolder.getGraphic(IlpRepresentationObject o,
IlpAttribute a)
Gets the graphic object associated with the given representation object and attribute. |
IlpGraphic |
IlpCompositeGraphic.getInnermostGraphic(IlpPoint viewLocation)
Deprecated. Returns the innermost graphic at the given position in this object. |
IlpGraphic |
IlpGraphicView.getInnermostGraphic(IlpPoint viewLocation)
Returns the innermost graphic at the given position in this object. |
IlpGraphic |
IlpAbstractGraphic.getParent()
Returns the parent graphic or null if this graphic is
not inside another graphic. |
IlpGraphic |
IlpGraphic.getParent()
Returns the parent graphic. |
IlpGraphic |
IlpAbstractGraphic.getRoot()
Returns the root graphic in the hierarchy. |
| Methods in ilog.cpl.graphic with parameters of type IlpGraphic | |
|---|---|
void |
IlpCompositeGraphic.addBase(IlpGraphic base)
Deprecated. Adds the given graphic as a child of this composite, and marks it as the base graphic. |
void |
IlpCompositeGraphic.addChild(IlpGraphic child)
Deprecated. Adds a child to this graphic, creating a composite representation. |
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 graphic,
IlpAttachment attachment)
Deprecated. Adds a new child graphic with the given attachment rule. |
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,
IlpAttribute a,
IlpGraphic g)
Associates the given representation object and attribute 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 |
IlpGraphicHolder.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 |
IlpCompositeGraphic.removeChild(IlpGraphic child)
Deprecated. Removes the given child from this composite graphic. |
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.setAttachment(IlpGraphic graphic,
IlpAttachment attachment)
Deprecated. Attaches the corresponding graphic object to another one. |
void |
IlpAbstractGraphic.setParent(IlpGraphic parent)
Sets a new parent graphic for this instance. |
void |
IlpGraphic.setParent(IlpGraphic g)
Sets the parent graphic. |
void |
IlpGraphicRenderer.updateGraphic(IlpGraphic g,
IlpGraphicRendererContext rendererContext)
Updates an existing IlpGraphic. |
| Uses of IlpGraphic in ilog.cpl.graphic.attachment |
|---|
| Methods in ilog.cpl.graphic.attachment with parameters of type IlpGraphic | |
|---|---|
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. |
| Uses of IlpGraphic in ilog.cpl.graphic.component |
|---|
| Classes in ilog.cpl.graphic.component that implement IlpGraphic | |
|---|---|
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. |
| Methods in ilog.cpl.graphic.component that return IlpGraphic | |
|---|---|
protected IlpGraphic |
IlpCentered.getInner()
Deprecated. Returns the inner graphic. |
| Constructors in ilog.cpl.graphic.component with parameters of type IlpGraphic | |
|---|---|
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. |
|
| Uses of IlpGraphic in ilog.cpl.graphic.views |
|---|
| Methods in ilog.cpl.graphic.views with parameters of type IlpGraphic | |
|---|---|
IlvManagerLayer |
IlpLayer.getLayerFor(IlvManager manager,
IlpGraphic graphic)
Returns the right manager layer for a given object. |
| Uses of IlpGraphic in ilog.cpl.interactor |
|---|
| Methods in ilog.cpl.interactor that return IlpGraphic | |
|---|---|
IlpGraphic |
IlpDefaultObjectInteractionContext.getGraphic()
Returns the graphic object on which the interaction occurs. |
IlpGraphic |
IlpObjectInteractionContext.getGraphic()
Returns the graphic object on which the interaction occurs. |
IlpGraphic |
IlpObjectActionEvent.getGraphic()
Returns the graphic on which the interaction occurred. |
| Methods in ilog.cpl.interactor with parameters of type IlpGraphic | |
|---|---|
void |
IlpDefaultViewInteractionContext.addGraphic(IlpGraphic graphic)
Adds a graphic to the collection of graphics involved in a gesture. |
void |
IlpViewInteractionContext.addGraphic(IlpGraphic graphic)
Adds a graphic to 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. |
boolean |
IlpViewInteractionContext.removeGraphic(IlpGraphic graphic)
Removes a graphic from the collection of graphics involved in a gesture. |
| Constructors in ilog.cpl.interactor with parameters of type IlpGraphic | |
|---|---|
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. |
|
| Uses of IlpGraphic in ilog.cpl.table |
|---|
| Methods in ilog.cpl.table that return IlpGraphic | |
|---|---|
IlpGraphic |
IlpTableView.getGraphic(IlpPoint viewLocation)
|
IlpGraphic |
IlpTableView.getInnermostGraphic(IlpPoint viewLocation)
Returns the innermost graphic at the given position in this object. |
| Uses of IlpGraphic in ilog.cpl.tree |
|---|
| Methods in ilog.cpl.tree that return IlpGraphic | |
|---|---|
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. |
| Uses of IlpGraphic in ilog.tgo.composite |
|---|
| Classes in ilog.tgo.composite that implement IlpGraphic | |
|---|---|
class |
IltcCompositeGraphic
This class describes a composite graphic object. |
class |
IltcGraphicElementAggregate
This class implements a composite graphic which contains a list of children decorations. |
| Methods in ilog.tgo.composite that return IlpGraphic | |
|---|---|
IlpGraphic |
IltcGraphicElementAggregate.getBase()
Get the base element. |
IlpGraphic |
IltcCompositeGraphic.getParent()
Returns the parent node in the hierarchy, null if this is a root. |
| Methods in ilog.tgo.composite with parameters of type IlpGraphic | |
|---|---|
void |
IltcCompositeGraphic.addChild(IlpGraphic graphic)
Adds a new child node. |
void |
IltcGraphicElementAggregate.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 |
IltcCompositeGraphic.removeChild(IlpGraphic graphic)
Removes a child node. |
void |
IltcGraphicElementAggregate.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. |
| Uses of IlpGraphic in ilog.tgo.composite.internal |
|---|
| Classes in ilog.tgo.composite.internal that implement IlpGraphic | |
|---|---|
class |
ilog.tgo.composite.internal.IltcGraphicChild
|
| Uses of IlpGraphic in ilog.tgo.graphic |
|---|
| Classes in ilog.tgo.graphic that implement IlpGraphic | |
|---|---|
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. |
| Methods in ilog.tgo.graphic that return IlpGraphic | |
|---|---|
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. |
| Methods in ilog.tgo.graphic with parameters of type IlpGraphic | |
|---|---|
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. |
| Uses of IlpGraphic in ilog.tgo.interactor |
|---|
| Methods in ilog.tgo.interactor with parameters of type IlpGraphic | |
|---|---|
void |
IltEditLabelInteractor.updateLabel(IlpViewsViewInteractor interactor,
IlpGraphic graphic,
String label)
Called when IlvEditLabelInteractor has accepted a new label
from the user. |
| Uses of IlpGraphic in ilog.tgo.model |
|---|
| Methods in ilog.tgo.model that return IlpGraphic | |
|---|---|
IlpGraphic |
IltObjectDefaultRenderer.createGraphic(IlpGraphicView view,
IltGraphicManager manager,
IlpRepresentationObject object,
IlpAttribute attribute,
IlpGraphicRendererContext rendererContext)
Deprecated. Creates a new graphic representation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||