../../../ibm_ilog/diagram/interactors/PanKeyInteractor.html
ibm_ilog.diagram.interactors.PanKeyInteractor
dojo.require("ibm_ilog.diagram.interactors.PanKeyInteractor");
This Interactor manages the ViewPort Pan movement through the keyboard interaction.
This Interactor have 4 connections: panLeft, panRigth, panUp, panDown.
Property Summary
Method Summary
Event Summary
Properties
Methods
Parameter | Type | Description |
---|
assignments | | |
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 pans the diagram down
Parameter | Type | Description |
---|
e | Event | object
the event to be treated. |
This method pans the diagram left
Parameter | Type | Description |
---|
e | Event | object
the event to be treated. |
This method pans the diagram right
Parameter | Type | Description |
---|
e | Event | object
the event to be treated. |
This method pans the diagram up
Parameter | Type | Description |
---|
e | Event | object
the event to be treated. |
release all the handles and reconnect.
sets a new connections configuration
Parameter | Type | Description |
---|
connections | | |
Parameter | Type | Description |
---|
b | | |
sets the pan increment
Parameter | Type | Description |
---|
increment | integer | the increment to be set |
Parameter | Type | Description |
---|
keyManager | | |
Parameter | Type | Description |
---|
manager | | |
Events