Package | Description |
---|---|
ilog.cpl.equipment |
Together with
ilog.cpl.IlpEquipment , this package constitutes
the JTGO Equipment component. |
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.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 JTGO Network component. |
Modifier and Type | Interface and Description |
---|---|
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 . |
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultEquipmentLink
This class is the default implementation of
IlpEquipmentLink . |
class |
IlpDefaultEquipmentNode
This class is the default implementation of
IlpEquipmentNode . |
Modifier and Type | Method and Description |
---|---|
protected IlpRepresentationNode |
IlpEquipmentAdapter.createNode(IlpObject ilpObject)
Creates a representation node object from a given business object.
|
Modifier and Type | Method and Description |
---|---|
protected IlpRepresentationLink |
IlpEquipmentAdapter.createLink(IlpObject ilpObject,
IlpRepresentationNode fromNode,
IlpRepresentationNode toNode)
Creates a representation link object from a given business object.
|
protected void |
IlpDefaultEquipmentModel.noteChildrenAdded(IlpRepresentationNode node,
int[] indices,
IlpRepresentationNode[] children) |
protected void |
IlpDefaultEquipmentModel.noteChildrenAdded(IlpRepresentationNode node,
int[] indices,
IlpRepresentationNode[] children) |
protected void |
IlpDefaultEquipmentModel.noteChildrenRemoved(IlpRepresentationNode node,
int[] indices,
IlpRepresentationNode[] children) |
protected void |
IlpDefaultEquipmentModel.noteChildrenRemoved(IlpRepresentationNode node,
int[] indices,
IlpRepresentationNode[] children) |
protected void |
IlpDefaultEquipmentModel.noteEndChanged(IlpRepresentationLink link,
boolean origin,
IlpRepresentationNode oldEnd,
IlpRepresentationNode newEnd) |
protected void |
IlpDefaultEquipmentModel.noteRootAdded(IlpRepresentationNode root) |
protected void |
IlpDefaultEquipmentModel.noteRootRemoved(IlpRepresentationNode root) |
Modifier and Type | Method and Description |
---|---|
protected abstract IlpRepresentationNode |
IlpAbstractNodeAdapter.createNode(IlpObject ilpObject)
Creates a representation node object from a given business object.
|
IlpRepresentationNode |
IlpGraphModel.getParent(IlpRepresentationObject object)
Returns the parent object of an object.
|
IlpRepresentationNode |
IlpAbstractGraphModel.getParent(IlpRepresentationObject object)
Returns the parent object of an object.
|
IlpRepresentationNode |
IlpAbstractNodeAdapter.getRepresentationNode(IlpObject ilpObject)
Returns the node representing the
IlpObject . |
IlpRepresentationNode |
IlpAbstractNodeAdapter.getRepresentationNode(Object identifier)
Returns the node representing the
IlpObject identified by
identifier . |
Modifier and Type | Method and Description |
---|---|
protected void |
IlpAbstractGraphModel.addToObservationScope(IlpRepresentationNode object,
int count)
Adds an object to the observation scope.
|
protected abstract IlpRepresentationLink |
IlpAbstractNodeAdapter.createLink(IlpObject ilpObject,
IlpRepresentationNode fromNode,
IlpRepresentationNode toNode)
Creates a representation link object from a given business object.
|
void |
IlpGraphController.handleChangeRelationship(IlpRepresentationNode object,
IlpRepresentationNode parent,
IlpPosition position)
Requests the change of relationship of an object.
|
boolean |
IlpAbstractNodeAdapter.hasTemporaryRepresentationObject(IlpRepresentationNode node)
Informs whether a representation node is temporary or not.
|
protected boolean |
IlpAbstractGraphModel.isInObservationScope(IlpRepresentationNode object)
Returns if the given object is in the observation scope.
|
protected abstract void |
IlpAbstractGraphModel.noteChildrenAdded(IlpRepresentationNode node,
int[] indices,
IlpRepresentationNode[] children) |
protected abstract void |
IlpAbstractGraphModel.noteChildrenAdded(IlpRepresentationNode node,
int[] indices,
IlpRepresentationNode[] children) |
protected abstract void |
IlpAbstractGraphModel.noteChildrenRemoved(IlpRepresentationNode node,
int[] indices,
IlpRepresentationNode[] children) |
protected abstract void |
IlpAbstractGraphModel.noteChildrenRemoved(IlpRepresentationNode node,
int[] indices,
IlpRepresentationNode[] children) |
protected abstract void |
IlpAbstractGraphModel.noteEndChanged(IlpRepresentationLink link,
boolean origin,
IlpRepresentationNode oldEnd,
IlpRepresentationNode newEnd) |
protected abstract void |
IlpAbstractGraphModel.noteRootAdded(IlpRepresentationNode object) |
protected abstract void |
IlpAbstractGraphModel.noteRootRemoved(IlpRepresentationNode object) |
protected void |
IlpAbstractGraphModel.removeFromObservationScope(IlpRepresentationNode object)
Removes an object from the observation scope
|
void |
IlpAbstractNodeAdapter.removeTemporaryRepresentationObject(IlpRepresentationNode node)
Remove a temporary object.
|
void |
IlpAbstractNodeAdapter.storeTemporaryRepresentationObject(IlpRepresentationNode node,
IlpMutableRepresentationNode parent,
IlpFilter boFilter)
Stores a temporary object along with a filter to detect
the corresponding business object.
|
void |
IlpGraphController.updateObject(IlpRepresentationNode object,
Map newValues)
Requests a change to some properties of an object.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpNodeHandler.handleCloneObject(Collection<? extends IlpRepresentationNode> objects)
Requests the creation of a set of copied objects.
|
void |
IlpGraphHandlerWithDataSource.handleCloneObject(Collection<? extends IlpRepresentationNode> objects)
Requests the creation of a set of copied objects.
|
void |
IlpPositionHandler.handleMoveObject(Map<IlpRepresentationNode,IlpPositionChange> newPositions)
Requests a change in position or shape of a set of representation objects.
|
void |
IlpGraphHandlerWithDataSource.handleMoveObject(Map<IlpRepresentationNode,IlpPositionChange> newPositions)
Requests the change of the position or shape of a set of representation
objects.
|
void |
IlpNodeHandler.handleRemoveObject(Collection<? extends IlpRepresentationNode> objects)
Requests the deletion of a set of objects.
|
void |
IlpGraphHandlerWithDataSource.handleRemoveObject(Collection<? extends IlpRepresentationNode> objects)
Deletes a set of objects from the model.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpMutableRepresentationLink
Mutable extension of
IlpRepresentationLink . |
interface |
IlpMutableRepresentationNode
Mutable interface of objects that build up a container hierarchy.
|
interface |
IlpRepresentationLink
Objects implementing this interface will be recognized as links.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractRepresentationLink
This class is the abstract implementation of
IlpRepresentationLink . |
class |
IlpAbstractRepresentationNode
This class is the abstract implementation of
IlpRepresentationNode . |
Modifier and Type | Method and Description |
---|---|
IlpRepresentationNode[] |
RepresentationNodeEvent.getChildren()
Returns the child objects added or removed.
|
IlpRepresentationNode |
IlpRepresentationLink.getFromNode()
Returns the first end node of the link.
|
IlpRepresentationNode |
IlpAbstractRepresentationLink.getFromNode()
Returns the first end node of the link.
|
IlpRepresentationNode |
RepresentationLinkEvent.getNewEnd()
Return the link's new end node.
|
IlpRepresentationNode |
RepresentationLinkEvent.getOldEnd()
Return the link's previous end node.
|
IlpRepresentationNode |
IlpRepresentationNode.getParent()
Returns the parent object of this object.
|
IlpRepresentationNode |
IlpAbstractRepresentationNode.getParent()
Returns the parent object of this object.
|
IlpRepresentationNode |
RepresentationNodeEvent.getRepresentationNode()
Returns the parent node the event refers to.
|
IlpRepresentationNode |
IlpRepresentationLink.getToNode()
Returns the second end node of the link.
|
IlpRepresentationNode |
IlpAbstractRepresentationLink.getToNode()
Returns the second end node of the link.
|
Modifier and Type | Method and Description |
---|---|
List<IlpRepresentationNode> |
IlpRepresentationNode.getChildren()
Returns a list of the child objects of this object.
|
List<IlpRepresentationNode> |
IlpAbstractRepresentationNode.getChildren()
Returns a list of the child objects of this object.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpMutableRepresentationNode.addChild(IlpRepresentationNode child)
Inserts a child
|
void |
IlpAbstractRepresentationNode.addChild(IlpRepresentationNode child)
Inserts a child.
|
void |
IlpMutableRepresentationNode.addChildren(IlpRepresentationNode[] children)
Inserts a set of children.
|
void |
IlpAbstractRepresentationNode.addChildren(IlpRepresentationNode[] children)
Inserts a set of children.
|
void |
IlpMutableRepresentationNode.addChildren(int[] indices,
IlpRepresentationNode[] children)
Inserts a set of children.
|
void |
IlpAbstractRepresentationNode.addChildren(int[] indices,
IlpRepresentationNode[] children)
Inserts a set of children.
|
void |
IlpMutableRepresentationNode.removeChild(IlpRepresentationNode child)
Removes a child.
|
void |
IlpAbstractRepresentationNode.removeChild(IlpRepresentationNode child)
Removes a child.
|
void |
IlpMutableRepresentationNode.removeChildren(IlpRepresentationNode[] children)
Removes a set of children.
|
void |
IlpAbstractRepresentationNode.removeChildren(IlpRepresentationNode[] children)
Removes a set of children.
|
void |
IlpMutableRepresentationNode.removeChildren(int[] indices,
IlpRepresentationNode[] children)
Removes a set of children.
|
void |
IlpAbstractRepresentationNode.removeChildren(int[] indices,
IlpRepresentationNode[] children)
Removes a set of children.
|
void |
IlpMutableRepresentationLink.setFromNode(IlpRepresentationNode node)
Changes the first end node of the link.
|
void |
IlpAbstractRepresentationLink.setFromNode(IlpRepresentationNode node)
Changes the first end node of the link.
|
void |
IlpAbstractRepresentationNode.setParent(IlpRepresentationNode parent)
Only to be called immediately after construction.
|
void |
IlpMutableRepresentationLink.setToNode(IlpRepresentationNode node)
Changes the second end node of the link.
|
void |
IlpAbstractRepresentationLink.setToNode(IlpRepresentationNode node)
Changes the second end node of the link.
|
Constructor and Description |
---|
RepresentationLinkEvent(IlpRepresentationLink source,
RepresentationLinkEvent.Type type,
boolean origin,
IlpRepresentationNode oldEnd,
IlpRepresentationNode newEnd)
Creates a link-related event.
|
RepresentationNodeEvent(IlpRepresentationNode source,
RepresentationNodeEvent.Type type,
int[] indices,
IlpRepresentationNode[] children)
Creates a child addition or removal event.
|
RepresentationNodeEvent(IlpRepresentationNode source,
RepresentationNodeEvent.Type type,
int[] indices,
IlpRepresentationNode[] children)
Creates a child addition or removal event.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IlpMutableNetworkLink
Mutable extension of
IlpNetworkLink . |
interface |
IlpMutableNetworkNode
Mutable extension of
IlpNetworkNode . |
interface |
IlpNetworkLink
Objects implementing this interface will be recognized as links in the
default implementation
IlpDefaultNetworkModel of
IlpNetworkModel . |
interface |
IlpNetworkNode
Objects implementing this interface will be recognized as nodes
in the default implementation
IlpDefaultNetworkModel
of IlpNetworkModel . |
Modifier and Type | Class and Description |
---|---|
class |
IlpDefaultNetworkLink
This class is the default implementation of
IlpNetworkLink . |
class |
IlpDefaultNetworkNode
This class is the default implementation of
IlpNetworkNode . |
Modifier and Type | Method and Description |
---|---|
protected IlpRepresentationNode |
IlpNetworkAdapter.createNode(IlpObject ilpObject)
Creates a representation node object from a given business object.
|
Modifier and Type | Method and Description |
---|---|
protected IlpRepresentationLink |
IlpNetworkAdapter.createLink(IlpObject ilpObject,
IlpRepresentationNode fromNode,
IlpRepresentationNode toNode)
Creates a representation link object from a given business object.
|
protected void |
IlpDefaultNetworkModel.noteChildrenAdded(IlpRepresentationNode node,
int[] indices,
IlpRepresentationNode[] children) |
protected void |
IlpDefaultNetworkModel.noteChildrenAdded(IlpRepresentationNode node,
int[] indices,
IlpRepresentationNode[] children) |
protected void |
IlpDefaultNetworkModel.noteChildrenRemoved(IlpRepresentationNode node,
int[] indices,
IlpRepresentationNode[] children) |
protected void |
IlpDefaultNetworkModel.noteChildrenRemoved(IlpRepresentationNode node,
int[] indices,
IlpRepresentationNode[] children) |
protected void |
IlpDefaultNetworkModel.noteEndChanged(IlpRepresentationLink link,
boolean origin,
IlpRepresentationNode oldEnd,
IlpRepresentationNode newEnd) |
protected void |
IlpDefaultNetworkModel.noteRootAdded(IlpRepresentationNode root) |
protected void |
IlpDefaultNetworkModel.noteRootRemoved(IlpRepresentationNode root) |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.