| GraphClipboardEventArgs (IGraphClipboardContext, List<IModelItem>) | in
GraphClipboardEventArgs | Creates a new instance with the given context and items . |
| create () | in
IClipboardHelper | |
| onCopied (IGraphClipboardContext, IModelItem) | in
IClipboardHelper | This method is called during the copy operation of the given item. |
| onCut (IGraphClipboardContext, IModelItem) | in
IClipboardHelper | This method is called during the cut operation of the given item. |
| onDuplicated (IGraphClipboardContext, IModelItem, IModelItem) | in
IClipboardHelper | This method is called after the item has been duplicated in the graph. |
| onPasted (IGraphClipboardContext, IModelItem) | in
IClipboardHelper | This method is called after the item has been pasted from the clipboard. |
| shouldCopy (IGraphClipboardContext, IModelItem) | in
IClipboardHelper | Determines whether the given item can or should be copied to the clipboard. |
| shouldCut (IGraphClipboardContext, IModelItem) | in
IClipboardHelper | Determines whether the given item can or should be cut to the clipboard. |
| shouldDuplicate (IGraphClipboardContext, IModelItem) | in
IClipboardHelper | Determines whether the given item can or should be duplicated in the source graph. |
| shouldPaste (IGraphClipboardContext, IModelItem) | in
IClipboardHelper | Determines whether the given item can or should be pasted from the clipboard to the target graph. |
| create () | in
IClipboardIdProvider | |
| getId (IGraphClipboardContext, IModelItem) | in
IClipboardIdProvider | Gets the ID for the given originalItem . |
| getItem (IGraphClipboardContext, any) | in
IClipboardIdProvider | Gets the item which is represented by the given id . |