../../../../ibm_ilog/diagram/editor/interactors/ClipboardKeyInteractor.html
ibm_ilog.diagram.editor.interactors.ClipboardKeyInteractor (version 1.1-SNAPSHOT)
dojo.require("ibm_ilog.diagram.editor.interactors.ClipboardKeyInteractor");
This Interactor manages the Clipboard through the keyboard interaction.
This Interactor have 3 connections: cut, copy, paste.
Property Summary
Method Summary
Event Summary
Properties
Methods
Parameter | Type | Description |
---|
assignments | | |
This method calls the Clipboard Copy function.
Parameter | Type | Description |
---|
e | | |
This method calls the Clipboard Cut function.
Parameter | Type | Description |
---|
e | | |
Disconnects all connections by going to the null state
Parameter | Type | Description |
---|
e | | |
Parameter | Type | Description |
---|
e | | |
Parameter | Type | Description |
---|
e | | |
returns pointer position associated with the given event
Parameter | Type | Description |
---|
e | | |
returns pointer position associated with the given event
Parameter | Type | Description |
---|
e | | |
Parameter | Type | Description |
---|
e | | |
returns the default event mapping
returns the Interactor Id
initialize the new instance.
Parameter | Type | Description |
---|
diagram | ibm_ilog.diagram.widget.Diagram | the associated diagram. |
Parameter | Type | Description |
---|
ids | | |
e | | |
Override the default event map with the given handlers
Parameter | Type | Description |
---|
connections | | |
This method calls the Clipboard Paste function. The pasteObject is the focused element if it is a subgraph, or its parent if other.
If there is no focused element, the paste action is done in the top level graph. The paste position is set to {x:0,y:0} but the pasted
elements remains selected to easily move them.
Parameter | Type | Description |
---|
e | | |
release all the handles and reconnect.
sets a new connections configuration
Parameter | Type | Description |
---|
connections | | |
Parameter | Type | Description |
---|
b | | |
Parameter | Type | Description |
---|
keyManager | | |
Parameter | Type | Description |
---|
manager | | |
Events