|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlpRepresentationObject | |
|---|---|
| ilog.cpl | ILOG CPL main package containing ILOG CPL top-level JavaBeansTM and widely used classes. |
| ilog.cpl.css.function | Contains function definitions to be used with the Cascading Style Sheet engine. |
| ilog.cpl.datasource | Contains data source interfaces and default implementation and some related abstract adapters. |
| ilog.cpl.equipment | Together with ilog.cpl.IlpEquipment, this package constitutes
the ILOG JTGO Equipment component. |
| ilog.cpl.equipment.renderer | Provides the interfaces and classes related to customization of the equipment component using cascading style sheets. |
| 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.graph.graphlayout | Contains the common implementation for the node and link layout
support for both the IlpNetwork and IlpEquipment
components. |
| ilog.cpl.graph.graphlayout.css | Provides the classes related to graph layout and link layout per-object parameters in the graph component. |
| ilog.cpl.graph.util | Contains utility classes for both the IlpNetwork and IlpEquipment components. |
| ilog.cpl.graphic | Provides classes and interfaces to create graphic objects. |
| ilog.cpl.graphic.component | Deprecated Provides predefined graphic objects based on Swing components. |
| ilog.cpl.graphic.views.action | Provides action event classes that are delivered to predefined actions of the network and equipment components. |
| ilog.cpl.interactor | Contains all the base classes of interactors. |
| ilog.cpl.list | Contains classes related to the Swing list model. |
| ilog.cpl.model | Provides classes and interfaces to create the application business model. |
| ilog.cpl.model.container | Provides interfaces for representation objects capable of forming a containment hierarchy. |
| ilog.cpl.network | Together with ilog.cpl.IlpNetwork, this package constitutes the ILOG JTGO Network component. |
| ilog.cpl.network.renderer | Provides the interfaces and classes related to customization of the network component using cascading style sheets. |
| ilog.cpl.style | Deprecated Provides classes and interfaces for handling styles (see IlpStyle). |
| ilog.cpl.table | Together with ilog.cpl.IlpTable, this package constitutes the ILOG JTGO Table component. |
| ilog.cpl.table.interactor | Contains all the table-specific interactors giving the ILOG JTGO Table component its default behavior. |
| ilog.cpl.table.renderer | Provides the interfaces and classes related to customization of the ILOG JTGO Table component using cascading style sheets. |
| ilog.cpl.table.selection | Contains all the selection model used to maintain the selection in the ILOG JTGO Table component. |
| ilog.cpl.tree | Together with ilog.cpl.IlpTree, this package constitutes
the ILOG JTGO Tree component. |
| ilog.cpl.tree.renderer | Provides the interfaces and classes related to customization of the ILOG JTGO Tree component using cascading style sheets. |
| ilog.cpl.util | Utility classes. |
| ilog.cpl.util.selection | Contains utility selection classes. |
| ilog.tgo.composite | Provides the classes for handling the zoom policies and the layer policies. |
| ilog.tgo.css.function | Contains predefined functions which can be used with the Cascading Style Sheet engine to compute values to ILOG JTGO object properties. |
| ilog.tgo.faces | Contains the common types used within JViews TGO Faces. |
| ilog.tgo.faces.graph.component | Contains the JViews TGO Faces components that are needed in order to leverage the JViews TGO common graph based types in JavaServer Faces. |
| ilog.tgo.faces.graph.dhtml.servlet | Contains the Servlet related types needed in order to leverage and integrate the JViews TGO common graph based types as Faces components. |
| ilog.tgo.graphic | Provides all the classes for handling the graphical representations of the telecom objects. |
| ilog.tgo.graphic.renderer | Provides classes and support to create base renderers for telecom objects. |
| ilog.tgo.model | Provides classes for telecom objects, states and alarms. |
| Uses of IlpRepresentationObject in ilog.cpl |
|---|
| Methods in ilog.cpl with parameters of type IlpRepresentationObject | |
|---|---|
void |
IlpEquipment.addRootObject(IlpRepresentationObject object)
Adds a top-level object to the model. |
void |
IlpNetwork.addRootObject(IlpRepresentationObject object)
Adds a top-level object to the model. |
void |
IlpEquipment.ensureAtCenter(IlpRepresentationObject object)
Scrolls the view in such a way that a given representation object gets moved to the center of the view. |
boolean |
IlpNetwork.ensureAtCenter(IlpRepresentationObject object)
Scrolls the view in such a way that a given representation object gets moved to the center of the view. |
boolean |
IlpTree.ensureVisible(IlpRepresentationObject object)
Scrolls the view in such a way that a given representation object becomes visible. |
boolean |
IlpTable.ensureVisible(IlpRepresentationObject object)
Scrolls the view in such a way that a given representation object becomes visible. |
void |
IlpEquipment.ensureVisible(IlpRepresentationObject object)
Scrolls the view in such a way that a given representation object becomes visible. |
boolean |
IlpNetwork.ensureVisible(IlpRepresentationObject object)
Scrolls the view in such a way that a given representation object becomes visible. |
IlpPosition |
IlpEquipment.getPosition(IlpRepresentationObject object)
Returns the current position or shape of an object. |
IlpPosition |
IlpNetwork.getPosition(IlpRepresentationObject object)
Returns the current position or shape of an object. |
IlpPositionSource |
IlpEquipment.getPositionSource(IlpRepresentationObject object)
Returns the source of the current position or shape of an object. |
IlpPositionSource |
IlpNetwork.getPositionSource(IlpRepresentationObject object)
Returns the source of the current position or shape of an object. |
void |
IlpEquipment.removeObjectInteractors(IlpRepresentationObject object)
Removes all the interactors associated with the given object. |
void |
IlpNetwork.removeObjectInteractors(IlpRepresentationObject object)
Remove all the interactors associated with the given object. |
void |
IlpEquipment.removeRootObject(IlpRepresentationObject object)
Removes a top-level object from the model. |
void |
IlpNetwork.removeRootObject(IlpRepresentationObject object)
Removes a top-level object from the model. |
void |
IlpEquipment.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object and attribute. |
void |
IlpNetwork.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object and attribute. |
void |
IlpEquipment.setObjectInteractor(IlpRepresentationObject object,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object. |
void |
IlpNetwork.setObjectInteractor(IlpRepresentationObject object,
IlpObjectInteractor interactor)
Sets the interactor associated with the given object. |
void |
IlpEquipment.setPosition(IlpRepresentationObject object,
IlpPosition position,
IlpPositionSource source)
Sets the current position or shape of an object. |
void |
IlpNetwork.setPosition(IlpRepresentationObject object,
IlpPosition position,
IlpPositionSource source)
Sets the current position or shape of an object. |
| Uses of IlpRepresentationObject in ilog.cpl.css.function |
|---|
| Methods in ilog.cpl.css.function with parameters of type IlpRepresentationObject | |
|---|---|
Object |
IlpCSSFunction.call(Object[] args,
Class type,
IlpContext appc,
IlpGraphicView view,
IlpRepresentationObject ro,
IlpAttribute attribute)
Calls the function. |
| Uses of IlpRepresentationObject in ilog.cpl.datasource |
|---|
| Methods in ilog.cpl.datasource that return IlpRepresentationObject | |
|---|---|
IlpRepresentationObject |
IlpRepresentationObjectFactory.createRepresentation(IlpObject object,
IlpExpansionStrategy expansionStrategy)
Returns a representation object corresponding to a business object. |
protected abstract IlpRepresentationObject |
IlpAbstractAdapter.createRepresentationObject(IlpObject ilpObject)
This method creates a representation object and stores it in the identifier-to-RO map. |
IlpRepresentationObject |
IlpAbstractAdapter.getRepresentationObject(IlpObject ilpObject)
Returns the IlpRepresentationObject used to
represent the given IlpObject. |
IlpRepresentationObject |
IlpAbstractAdapter.getRepresentationObject(Object identifier)
Returns the IlpRepresentationObject used to
represent a business object identified by the given identifier. |
protected IlpRepresentationObject |
IlpAbstractAdapter.removeRepresentation(Object id)
Removes the representation object that corresponds to the given identifier. |
protected IlpRepresentationObject |
IlpAbstractHierarchyAdapter.removeRepresentation(Object id)
|
| Methods in ilog.cpl.datasource with parameters of type IlpRepresentationObject | |
|---|---|
protected void |
IlpAbstractAdapter.addRepresentation(IlpRepresentationObject ro)
Adds the representation object. |
boolean |
IlpAbstractAdapter.hasRepresentationObject(IlpRepresentationObject ro)
Returns trueif the given
IlpRepresentationObject is contained in this map. |
abstract void |
IlpAbstractHierarchyAdapter.loadChildren(IlpRepresentationObject representation)
Loads the child objects of the given object, if they are not yet present in the representation model. |
abstract void |
IlpAbstractHierarchyAdapter.releaseChildren(IlpRepresentationObject representation)
Signals that the model and the attached views do not need the child objects of the given object anymore. |
| Constructors in ilog.cpl.datasource with parameters of type IlpRepresentationObject | |
|---|---|
AdapterEvent(IlEventType type,
IlpAbstractAdapter adapter,
IlpRepresentationObject representationObject)
Constructor for add/remove events. |
|
| Uses of IlpRepresentationObject in ilog.cpl.equipment |
|---|
| Subinterfaces of IlpRepresentationObject in ilog.cpl.equipment | |
|---|---|
interface |
IlpEquipmentLink
Objects implementing this interface will be recognized as links in the default implementation IlpDefaultEquipmentModel
of IlpEquipmentModel. |
interface |
IlpEquipmentNode
Objects implementing this interface will be recognized as nodes in the default implementation IlpDefaultEquipmentModel
of IlpEquipmentModel. |
interface |
IlpMutableEquipmentLink
Mutable extension of IlpEquipmentLink. |
interface |
IlpMutableEquipmentNode
Mutable extension of IlpEquipmentNode. |
| Classes in ilog.cpl.equipment that implement IlpRepresentationObject | |
|---|---|
class |
IlpDefaultEquipmentLink
This class is the default implementation of IlpEquipmentLink. |
class |
IlpDefaultEquipmentNode
This class is the default implementation of IlpEquipmentNode. |
| Methods in ilog.cpl.equipment that return IlpRepresentationObject | |
|---|---|
IlpRepresentationObject |
IlpDefaultEquipmentSelectionModel.getSelectedRepresentationObject()
Returns a IlpRepresentationObject
from the collection of selected representation objects. |
protected IlpRepresentationObject |
IlpEquipmentAdapter.removeRepresentation(Object id)
|
| Methods in ilog.cpl.equipment with parameters of type IlpRepresentationObject | |
|---|---|
void |
IlpDefaultEquipmentSelectionModel.addSelectionRepresentationObject(IlpRepresentationObject object)
Adds the given IlpRepresentationObject to the
selection. |
IlpPosition |
IlpEquipmentView.getRelativePosition(IlpPoint point,
IlpRepresentationObject repObj)
Deprecated. Please use IlpRelativePositionUtil instead. |
IlpStyle |
IlpEquipmentView.getStyle(IlpRepresentationObject object)
Deprecated. The style API has been replaced by the cascading style sheet mechanism. |
boolean |
IlpDefaultEquipmentModel.isLink(IlpRepresentationObject object)
Returns true if an equipment object is a link in this model. |
boolean |
IlpDefaultEquipmentModel.isNode(IlpRepresentationObject object)
Returns true if an equipment object is a node in this model. |
boolean |
IlpAbstractEquipmentModelListener.isObserved(IlpRepresentationObject object)
Returns true if the object is a member of the
observation scope of this listener. |
boolean |
IlpDefaultEquipmentSelectionModel.isRepresentationObjectSelected(IlpRepresentationObject object)
Returns true if the given
IlpRepresentationObject
is selected, false otherwise. |
boolean |
IlpAbstractEquipmentModel.isRoot(IlpRepresentationObject object)
Deprecated. Please check getParent(object) method instead. |
boolean |
IlpEquipmentModel.isRoot(IlpRepresentationObject object)
Deprecated. Please check getParent(object) method instead. |
void |
IlpDefaultEquipmentSelectionModel.removeSelectionRepresentationObject(IlpRepresentationObject object)
Removes the given IlpRepresentationObject from the
selection. |
void |
IlpDefaultEquipmentSelectionModel.setSelectedRepresentationObject(IlpRepresentationObject object)
Sets the selected IlpRepresentationObject. |
| Constructors in ilog.cpl.equipment with parameters of type IlpRepresentationObject | |
|---|---|
EquipmentModelEvent(IlpEquipmentModel source,
EquipmentModelEvent.Type type,
IlpRepresentationObject object)
Creates an event. |
|
EquipmentModelEvent(IlpEquipmentModel source,
EquipmentModelEvent.Type type,
IlpRepresentationObject link,
boolean origin,
IlpRepresentationObject oldEnd,
IlpRepresentationObject newEnd)
Creates a link-related event. |
|
EquipmentModelEvent(IlpEquipmentModel source,
EquipmentModelEvent.Type type,
IlpRepresentationObject object,
int[] indices,
IlpRepresentationObject[] children)
Creates a container-related event. |
|
EquipmentModelEvent(IlpEquipmentModel source,
EquipmentModelEvent.Type type,
IlpRepresentationObject object,
int[] indices,
IlpRepresentationObject[] children)
Creates a container-related event. |
|
EquipmentSelectionEvent(IlpEquipmentSelectionModel source,
EquipmentSelectionEvent.Type type,
IlpRepresentationObject[] objects)
Creates an event. |
|
| Uses of IlpRepresentationObject in ilog.cpl.equipment.renderer |
|---|
| Methods in ilog.cpl.equipment.renderer with parameters of type IlpRepresentationObject | |
|---|---|
int |
IlpGraphLayoutRenderer.getAutoLayoutIndex(IlpRepresentationObject ro)
Returns the index of the graph layout that will be applied automatically for the given representation object. |
IlvGraphLayout[] |
IlpGraphLayoutRenderer.getLayouts(IlpRepresentationObject ro)
Return the layout that is associated with the given representation object. |
IlvGraphLayout |
IlpGraphLayoutRenderer.getLayouts(int index,
IlpRepresentationObject ro)
Return the layout that is associated with the given representation object and index |
IlvGraphLayout |
IlpLinkLayoutRenderer.getLinkLayout(IlpRepresentationObject ro)
Return the link layout that is associated with the given representation object. |
IlpObjectInteractor |
IlpInteractorRenderer.getObjectInteractor(IlpRepresentationObject object)
Returns the interactor associated with the given object. |
IlpObjectInteractor |
IlpInteractorRenderer.getObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the interactor associated with the given object and attribute. |
void |
IlpGraphLayoutRenderer.setAutoLayoutIndex(IlpRepresentationObject ro,
int index)
Sets the index of the graph layout that will be applied automatically for the given representation object. |
void |
IlpGraphLayoutRenderer.setLayouts(IlpRepresentationObject ro,
IlvGraphLayout[] layouts)
Sets the graph layouts that are associated to the given subnetwork representation object. |
void |
IlpGraphLayoutRenderer.setLayouts(IlpRepresentationObject ro,
int index,
IlvGraphLayout layout)
Sets the layout that is associated with the given representation object and index. |
void |
IlpLinkLayoutRenderer.setLinkLayout(IlpRepresentationObject ro,
IlvGraphLayout layout)
Sets the link layout that is associated to the given subnetwork representation object. |
void |
IlpInteractorRenderer.setObjectInteractor(IlpRepresentationObject object,
IlpAttribute attribute,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object and attribute. |
void |
IlpInteractorRenderer.setObjectInteractor(IlpRepresentationObject object,
IlpObjectInteractor interactor)
Sets the interactor to be associated with the given object. |
| Uses of IlpRepresentationObject in ilog.cpl.graph |
|---|
| Methods in ilog.cpl.graph that return IlpRepresentationObject | |
|---|---|
protected IlpRepresentationObject |
IlpAbstractNodeAdapter.createRepresentationObject(IlpObject ilpObject)
Creates a representation object and stores it in the identifier-to-RO map. |
IlpRepresentationObject[] |
GraphModelEvent.getChildren()
Returns the child objects themselves. |
IlpRepresentationObject |
IlpAbstractGraphModel.getFrom(IlpRepresentationObject link)
Returns the from end of a link. |
IlpRepresentationObject |
IlpGraphModel.getFrom(IlpRepresentationObject link)
Returns the from end of a link. |
IlpRepresentationObject |
GraphModelEvent.getNewEnd()
Returns the link's new end object. |
IlpRepresentationObject |
GraphModelEvent.getObject()
Returns the object the event is about. |
IlpRepresentationObject |
NodeExpansionEvent.getObject()
Returns the object that has been collapsed or expanded. |
IlpRepresentationObject[] |
GraphSelectionEvent.getObjects()
Returns the objects concerning the event. |
IlpRepresentationObject |
GraphModelEvent.getOldEnd()
Returns the link's previous end object. |
IlpRepresentationObject |
GraphRendererEvent.getRepresentationObject()
Returns the representation object whose graphic has generated this event. |
IlpRepresentationObject |
IlpGraphView.getRepresentationObject(IlpGraphic g)
Returns the IlpRepresentationObject that is rendered by the
given IlpGraphic object. |
IlpRepresentationObject |
IlpGraphView.getRepresentationObject(IlpPoint viewLocation)
Returns the IlpRepresentationObject at the given position in
this object. |
IlpRepresentationObject |
IlpGraphView.getSelectedRepresentationObject()
Returns a IlpRepresentationObject
from the collection of selected representation objects. |
IlpRepresentationObject |
IlpAbstractGraphModel.getTo(IlpRepresentationObject link)
Returns the to end of a link. |
IlpRepresentationObject |
IlpGraphModel.getTo(IlpRepresentationObject link)
Returns the to end of a link. |
protected IlpRepresentationObject |
IlpAbstractNodeAdapter.removeRepresentation(Object id)
|
| Methods in ilog.cpl.graph with parameters of type IlpRepresentationObject | |
|---|---|
void |
IlpGraphView.addPendingContainerCollapse(IlpRepresentationObject object)
|
void |
IlpGraphView.addPseudoClass(IlpRepresentationObject ro,
String pseudo)
Adds a pseudoclass to the specified representation object. |
void |
IlpMutableGraphModel.addRootObject(IlpRepresentationObject object)
Adds a top-level object to the model. |
void |
IlpAbstractGraphModel.addRootObject(IlpRepresentationObject object)
Adds a top-level object to the model. |
void |
IlpGraphView.addSelectionRepresentationObject(IlpRepresentationObject object)
Adds the given IlpRepresentationObject to the
selection. |
void |
IlpGraphView.addVisibleChildren(IlpRepresentationObject object)
Adds the given object to the visible model. |
void |
IlpGraphView.VisibleModelConnector.childrenAdd(IlpRepresentationObject object,
IlpRepresentationObject[] children)
Handle notifications of an object being added in a container. |
void |
IlpGraphView.VisibleModelConnector.childrenAdd(IlpRepresentationObject object,
IlpRepresentationObject[] children)
Handle notifications of an object being added in a container. |
void |
IlpGraphView.VisibleModelConnector.childrenRemove(IlpRepresentationObject object,
IlpRepresentationObject[] children)
Handle notifications of objects being removed from a container. |
void |
IlpGraphView.VisibleModelConnector.childrenRemove(IlpRepresentationObject object,
IlpRepresentationObject[] children)
Handle notifications of objects being removed from a container. |
void |
IlpGraphController.collapseObject(IlpRepresentationObject object)
Requests the collapse of a container object. |
void |
IlpGraphView.collapseObject(IlpRepresentationObject object)
Puts an object into the collapsed state, if possible. |
void |
IlpGraphView.VisibleModelConnector.containerAdd(IlpRepresentationObject object,
ilog.cpl.graph.internal.IlpExpansionState state)
Handle notifications of a container being added in the model. |
void |
IlpGraphView.VisibleModelConnector.containerRemove(IlpRepresentationObject object,
ilog.cpl.graph.internal.IlpExpansionState state)
Handle notifications of a container being removed from the model. |
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.defaultCollapseObject(IlpRepresentationObject object)
|
void |
IlpGraphView.defaultExpandObject(IlpRepresentationObject object)
|
boolean |
IlpGraphView.defaultIsExpanded(IlpRepresentationObject object)
|
void |
IlpGraphView.doUpdateGraphic(IlpRepresentationObject object,
IlpGraphic g)
After all checks have been done, update an object. |
boolean |
IlpGraphView.ensureAtCenter(IlpRepresentationObject object)
Scrolls the view in such a way that a given representation object gets moved to the center of the view. |
boolean |
IlpGraphView.ensureVisible(IlpRepresentationObject object)
Scrolls the view in such a way that a given representation object becomes visible. |
void |
IlpGraphController.expandObject(IlpRepresentationObject object)
Requests the expansion of a container object. |
void |
IlpGraphView.expandObject(IlpRepresentationObject object)
Puts an object into the expanded state. |
int |
IlpGraphView.getAutoLayoutIndex(IlpRepresentationObject ro)
Returns the index of the graph layout that should be executed automatically in the subnetwork when the view contents change. |
IlvRect |
IlpGraphView.getBaseRectangle(IlpRepresentationObject object)
Returns the base rectangle of the given representation object in manager view coordinates. |
IlvRect |
IlpGraphView.getBoundingBox(IlpRepresentationObject object)
Returns the bounding box of the given representation object in manager view coordinates. |
IlvRect |
IlpGraphView.getBoundingBoxInManager(IlpRepresentationObject repObject)
This method returns the bounding box of a given representation object in manager coordinates. |
List |
IlpAbstractGraphModel.getChildren(IlpRepresentationObject object)
Returns a list of the child objects of this object. |
List |
IlpGraphModel.getChildren(IlpRepresentationObject object)
Returns a list of the child objects of this object. |
IlpObjectInteractor |
IlpGraphController.getCompleteObjectInteractor(IlpRepresentationObject object)
Returns the interactor responsible for handling events on the given object in the graphic view controlled by this instance. |
ilog.cpl.graph.internal.IlpContainerGraphic |
IlpGraphView.getContainerGraphic(IlpRepresentationObject object)
Returns the IlpContainerGraphic object that was created by
rendering a given container (ie non-leaf) representation object. |
IlpRepresentationObject |
IlpAbstractGraphModel.getFrom(IlpRepresentationObject link)
Returns the from end of a link. |
IlpRepresentationObject |
IlpGraphModel.getFrom(IlpRepresentationObject link)
Returns the from end of a link. |
IltCompositeGrapher |
IlpGraphView.getGrapherForCreateGraphic(IlpRepresentationObject object,
IlpAttribute attribute)
Returns the IltCompositeGrapher in which the graphic object,
of type IltCompositeGraphic, of a given object should be
created. |
IlpGraphic |
IlpGraphView.getGraphic(IlpRepresentationObject object)
Returns the IlpGraphic object that was created by rendering
a given representation object. |
IlvGraphLayout[] |
IlpGraphView.getGraphLayouts(IlpRepresentationObject ro)
Returns the list of graph layouts that have been configured to the given subnetwork object. |
IlvGraphLayout |
IlpGraphView.getGraphLayouts(IlpRepresentationObject ro,
int index)
Returns the graph layout that is configured at the given index for the given subnetwork object. |
IlvGraphic |
IlpGraphView.getLayoutProxy(IlpRepresentationObject ro)
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. |
IlvGraphLayout |
IlpGraphView.getLinkLayout(IlpRepresentationObject ro)
Returns the graph layout for links in the subnetwork of the given representation object. |
IlpRepresentationNode |
IlpAbstractGraphModel.getParent(IlpRepresentationObject object)
Returns the parent object of an object. |
IlpRepresentationNode |
IlpGraphModel.getParent(IlpRepresentationObject object)
Returns the parent object of an object. |
IlpPosition |
IlpGraphView.getPosition(IlpRepresentationObject object)
Returns the current position or shape of an object. |
IlpPositionSource |
IlpGraphView.getPositionSource(IlpRepresentationObject object)
Returns the source of current position or shape of an object. |
List |
IlpGraphView.getPseudoClasses(IlpRepresentationObject ro,
IlpAttribute a)
Returns the custom pseudoclasses currently active for the object. |
IlpStyle |
IlpGraphView.getStyle(IlpRepresentationObject object)
Deprecated. |
IlvGrapher |
IlpGraphView.getSubNetwork(IlpRepresentationObject object)
Returns the IlvGrapher that corresponds to a subnetwork. |
IltCompositeGrapher |
IlpGraphView.getSubNetworkCompositeGrapher(IlpRepresentationObject object)
Returns the IltCompositeGrapher that corresponds to a
subnetwork. |
IlpRepresentationObject |
IlpAbstractGraphModel.getTo(IlpRepresentationObject link)
Returns the to end of a link. |
IlpRepresentationObject |
IlpGraphModel.getTo(IlpRepresentationObject link)
Returns the to end of a link. |
void |
IlpGraphHandlerWithoutDataSource.handleChangeRelationship(IlpRepresentationObject object,
IlpRepresentationObject parent,
IlpPosition position)
Requests the change of relationship in an object. |
void |
IlpNodeHandler.handleChangeRelationship(IlpRepresentationObject object,
IlpRepresentationObject parent,
IlpPosition position)
Requests the change in relationship of an object. |
void |
IlpGraphHandlerWithDataSource.handleChangeRelationship(IlpRepresentationObject object,
IlpRepresentationObject parent,
IlpPosition position)
Requests the change of relationship of an object. |
void |
IlpGraphHandlerWithoutDataSource.handleCollapseObject(IlpRepresentationObject object)
Requests the collapse of a container object. |
void |
IlpGraphHandlerWithDataSource.handleCollapseObject(IlpRepresentationObject object)
Requests the collapse of a container object. |
void |
IlpExpansionHandler.handleCollapseObject(IlpRepresentationObject object)
Requests the collapse of a container object. |
void |
IlpGraphHandlerWithoutDataSource.handleExpandObject(IlpRepresentationObject object)
Requests the expansion of a container object. |
void |
IlpGraphHandlerWithDataSource.handleExpandObject(IlpRepresentationObject object)
Requests the expansion of a container object. |
void |
IlpExpansionHandler.handleExpandObject(IlpRepresentationObject object)
Requests the expansion of a container object. |
void |
IlpGraphHandlerWithoutDataSource.handleUpdateObject(IlpRepresentationObject object,
Map newValues)
Requests a change to some of the properties of an object. |
void |
IlpNodeHandler.handleUpdateObject(IlpRepresentationObject object,
Map newValues)
Requests the change of some properties of an object. |
void |
IlpGraphHandlerWithDataSource.handleUpdateObject(IlpRepresentationObject object,
Map newValues)
Requests a change to some of the properties of an object. |
void |
IlpGraphView.invalidate(IlpRepresentationObject ro)
Invalidates the graphic r |