../../../ibm_ilog/diagram/interactors/SelectionKeyInteractor.html
ibm_ilog.diagram.interactors.SelectionKeyInteractor (version 1.1-SNAPSHOT)
dojo.require("ibm_ilog.diagram.interactors.SelectionKeyInteractor");
This Interactor manages the Selection through the keyboard interaction.
This Interactor have 4 connections: singleSelect, multiSelect, selectAll and clearSelection.
Property Summary
Method Summary
Event Summary
Properties
Methods
Parameter | Type | Description |
---|
assignments | | |
This method clears the selection
Parameter | Type | Description |
---|
e | Event | object
the event to be treated. |
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
initialize the new instance.
Parameter | Type | Description |
---|
diagram | ibm_ilog.diagram.widget.Diagram | the associated diagram. |
Parameter | Type | Description |
---|
ids | | |
e | | |
This method clears the adds the focused element to the selection or removed it if selected.
Parameter | Type | Description |
---|
e | Event | object
the event to be treated. |
Override the default event map with the given handlers
Parameter | Type | Description |
---|
connections | | |
release all the handles and reconnect.
This method adds all the graph elements to the selection
Parameter | Type | Description |
---|
e | Event | object
the event to be treated. |
sets a new connections configuration
Parameter | Type | Description |
---|
connections | | |
Parameter | Type | Description |
---|
b | | |
Parameter | Type | Description |
---|
keyManager | | |
Parameter | Type | Description |
---|
manager | | |
This method clears the selection and adds the focused element to the selection.
Parameter | Type | Description |
---|
e | Event | object
the event to be treated. |
Events