ibm_ilog.diagram.interactors.MoveInteractor
Object » ibm_ilog.diagram.util.HandleSet » ibm_ilog.diagram.interactors.Interactor » ibm_ilog.diagram.interactors.DragInteractor » ibm_ilog.diagram.interactors.MoveInteractor
dojo.require("ibm_ilog.diagram.interactors.MoveInteractor");
A MoveInteractor allows the user to move the currently selected entities.
Method Summary
- activate() Activates the receiver by connecting it to its sources of events.
- assignInputs(assignments)
- deactivate() Disconnects all connections by going to the null state
- eventButtonIsLeft(e)
- eventButtonIsMiddle(e)
- eventButtonIsRight(e)
- eventClientLocation(e) returns pointer position associated with the given event
- eventPageLocation(e) returns pointer position associated with the given event
- eventWheelAmmount(e)
- getConnections() return the eventMap
- getDefaultConnections() returns the default event mapping
- getEnabled()
- getTransformToElement(e)
- initialize(selection, viewportOrContent, callbacks) Constructs the MoveInteractor
- initializeFilters()
- keyPressed(ids, e)
- overrideConnections(connections) Override the default event map with the given handlers
- reactivate() release all the handles and reconnect.
- registerHotKeys()
- setConnections(connections) sets a new connections configuration
- setEnabled(b)
- setKeyManager(keyManager)
- setManager(manager)
- toString()
Event Summary
Methods
Overrides ibm_ilog.diagram.util.HandleSet, ibm_ilog.diagram.interactors.Interactor, ibm_ilog.diagram.interactors.DragInteractor
Activates the receiver by connecting it to its sources of events.
Defined by ibm_ilog.diagram.util.HandleSet
Disconnects all connections by going to the null state
Defined by ibm_ilog.diagram.util.HandleSet
returns pointer position associated with the given event
Parameter | Type | Description |
---|---|---|
e |
Defined by ibm_ilog.diagram.util.HandleSet
returns pointer position associated with the given event
Parameter | Type | Description |
---|---|---|
e |
Defined by ibm_ilog.diagram.util.HandleSet, ibm_ilog.diagram.interactors.Interactor, ibm_ilog.diagram.interactors.DragInteractor
returns the default event mapping
Defined by ibm_ilog.diagram.util.HandleSet
Constructs the MoveInteractor
Parameter | Type | Description | |||
---|---|---|---|---|---|
selection | ibm_ilog.diagram.Selection | ||||
viewportOrContent | ibm_ilog.diagram.Viewport|ibm_ilog.diagram.Graph | ||||
callbacks | ibm_ilog.diagram.__MoveInteractorArgs |
|
Defined by ibm_ilog.diagram.util.HandleSet
Defined by ibm_ilog.diagram.util.HandleSet
Override the default event map with the given handlers
Parameter | Type | Description |
---|---|---|
connections |
Defined by ibm_ilog.diagram.util.HandleSet
Defined by ibm_ilog.diagram.util.HandleSet
sets a new connections configuration
Parameter | Type | Description |
---|---|---|
connections |
Defined by ibm_ilog.diagram.util.HandleSet
Events
Defined by ibm_ilog.diagram.util.HandleSet
Overrides ibm_ilog.diagram.util.HandleSet