ibm_ilog.diagram.editor.interactors.ResizeHandleInteractor
Object » ibm_ilog.diagram.util.HandleSet » ibm_ilog.diagram.interactors.Interactor » ibm_ilog.diagram.interactors.DragInteractor » ibm_ilog.diagram.editor.interactors.ResizeHandleInteractor
dojo.require("ibm_ilog.diagram.editor.interactors.ResizeHandleInteractor");
Handles the interaction of a resize handle while resizing the related adorned.
Property Summary
- eventNameWheel
- hasDragged true if last drag start was followed by a move
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()
- initialize(handle) Initializes the interactor to work with the given handle
- 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
Attached Objects
Properties
Defined by ibm_ilog.diagram.util.HandleSet
true if last drag start was followed by a move
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
Initializes the interactor to work with the given handle
Parameter | Type | Description |
---|---|---|
handle | ibm_ilog.diagram.editor.adorners.ResizeHandle |
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
Defined by ibm_ilog.diagram.util.HandleSet