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.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.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphicRendererContext |
GraphRendererEvent.getRendererContext()
Returns the renderer context when the graphic was added or updated.
|
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 |
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. |
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 | Method and Description |
---|---|
IlpGraphicRendererContext |
IlpGraphicHolder.getRendererContext(IlpRepresentationObject o)
Returns the renderer context associated with the graphic representation of
the given representation object.
|
IlpGraphicRendererContext |
IlpEmptyGraphicHolder.getRendererContext(IlpRepresentationObject o)
Returns the renderer context associated with the graphic representation of
the given object representation.
|
IlpGraphicRendererContext |
IlpDefaultGraphicHolder.getRendererContext(IlpRepresentationObject o)
Returns the renderer context associated with the graphic representation of
the given representation object.
|
IlpGraphicRendererContext |
IlpGraphicHolder.getRendererContext(IlpRepresentationObject o,
IlpAttribute a)
Returns the renderer context associated with the graphic representation of
the given representation object and attribute.
|
IlpGraphicRendererContext |
IlpEmptyGraphicHolder.getRendererContext(IlpRepresentationObject o,
IlpAttribute a)
Returns the renderer context associated with the graphic representation of
the given object representation and attribute.
|
IlpGraphicRendererContext |
IlpDefaultGraphicHolder.getRendererContext(IlpRepresentationObject o,
IlpAttribute a)
Returns the renderer context associated with the graphic representation of
the given representation object and attribute.
|
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. |
void |
IlpGraphicRenderer.updateGraphic(IlpGraphic g,
IlpGraphicRendererContext rendererContext)
Updates an existing
IlpGraphic . |
void |
IlpGraphicHolder.validateGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphicRendererContext c)
Validates the graphic instance associated with the given representation object
and attribute.
|
void |
IlpEmptyGraphicHolder.validateGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphicRendererContext c)
Validates the graphic instance associated with the given object representation
and attribute.
|
void |
IlpDefaultGraphicHolder.validateGraphic(IlpRepresentationObject o,
IlpAttribute a,
IlpGraphicRendererContext c)
Validates the graphic instance associated with the given representation object
and attribute.
|
void |
IlpGraphicHolder.validateGraphic(IlpRepresentationObject o,
IlpGraphicRendererContext c)
Validates the graphic instance associated with the given representation object.
|
void |
IlpEmptyGraphicHolder.validateGraphic(IlpRepresentationObject o,
IlpGraphicRendererContext c)
Validates the graphic instance associated with the given object representation.
|
void |
IlpDefaultGraphicHolder.validateGraphic(IlpRepresentationObject o,
IlpGraphicRendererContext c)
Validates the graphic instance associated with the given representation object.
|
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. |
void |
IltGraphicRenderer.customizeGraphic(IltGraphicElementAggregate graphic,
IlpGraphicRendererContext rendererContext)
Deprecated.
Additional decorations should be added to predefined
business object representations using cascading
style sheets.
|
void |
IltGraphicRenderer.handleSelectionAndFocus(IltGraphicManager manager,
IltCompositeGraphic cgraphic,
IltObject tgo,
IlpGraphicRendererContext rendererContext)
Deprecated.
Handle the selection and focus to reflect the rendererContext, depending
on the SELECTION_FOCUS_MODE.
|
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 |
---|---|
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.