| addBend (ClipboardOperationContext, IEdge, IBend, Point, number) | in
ClipboardGraphCopier | Adds a bend to the targetEdge in the targetGraph as a copy of the sourceBend . |
| addLabel (ClipboardOperationContext, ILabelOwner, ILabel) | in
ClipboardGraphCopier | Adds a label to the targetOwner in the targetGraph as a copy of the sourceLabel . |
| addPort (ClipboardOperationContext, IPortOwner, IPort) | in
ClipboardGraphCopier | Adds a port to the targetOwner in the targetGraph as a copy of the sourcePort . |
| copy (ClipboardOperationContext, INode, Point?, function(IModelItem, IModelItem):void?) | in
ClipboardGraphCopier | Copies a subgraph from the sourceGraph to the targetGraph as defined in the context . |
| createEdge (ClipboardOperationContext, IEdge, IPort, IPort) | in
ClipboardGraphCopier | Adds an edge to the targetGraph as a copy of the sourceEdge . |
| createGroupNode (ClipboardOperationContext, INode, INode, Point) | in
ClipboardGraphCopier | Creates a copy of the sourceGroupNode in the targetGraph. |
| createNode (ClipboardOperationContext, INode, Point) | in
ClipboardGraphCopier | Creates a copy of the sourceNode in the targetGraph. |
| createNode (ClipboardOperationContext, INode, INode, Point) | in
ClipboardGraphCopier | Creates a copy of the sourceNode in the targetGraph. |
| findParentByPreviousParent (ClipboardOperationContext, INode, boolean) | in
GraphClipboard | Provides the original parent group node or its ancestor for the given sourceNode . |
| getTargetEdge (ClipboardOperationContext, IBend) | in
GraphClipboard | Provides an IEdge where the given sourceBend can be added to. |
| getTargetLabeledItem (ClipboardOperationContext, ILabel) | in
GraphClipboard | Provides an ILabelOwner where the given sourceLabel can be added to. |
| getTargetNode (ClipboardOperationContext, INode, Point) | in
GraphClipboard | Provides a parent group node for the given sourceNode considering the parentNodeDetection. |
| getTargetPort (ClipboardOperationContext, IEdge, boolean) | in
GraphClipboard | Provides an IPort where the given sourceEdge can be added to. |
| getTargetPortOwner (ClipboardOperationContext, IPort) | in
GraphClipboard | Provides an IPortOwner where the given sourcePort can be added to. |
| onCopy (ClipboardOperationContext, INode?, function(IModelItem, IModelItem):void?) | in
GraphClipboard | Called from copy and delegates to copy on the current toClipboardCopier instance. |
| onDuplicate (ClipboardOperationContext, function(IModelItem, IModelItem):void) | in
GraphClipboard | Called from duplicate and delegates to copy on the current duplicateCopier instance. |
| onItemCopied (ClipboardOperationContext, IModelItem, IModelItem) | in
GraphClipboard | Invoked for each item that has been copied into the clipboard graph in response to a copy operation. |
| onItemCut (ClipboardOperationContext, IModelItem, IModelItem) | in
GraphClipboard | Invoked for each item that has been copied into the clipboard graph in response to a cut operation. |
| onItemDuplicated (ClipboardOperationContext, IModelItem, IModelItem) | in
GraphClipboard | Invoked for each item that has been duplicated into the target graph in response to a duplicate operation. |
| onItemPasted (ClipboardOperationContext, IModelItem, IModelItem) | in
GraphClipboard | Invoked for each item that has been pasted into the target graph in response to a onPaste operation. |
| onPaste (ClipboardOperationContext, function(IModelItem, IModelItem):void, INode?, IEnumerable<IModelItem>?, Point?) | in
GraphClipboard | Called during paste operation to call copy on the current fromClipboardCopier instance. |