IBM ILOG Dojo Diagrammer 1.1 API Documentation
Legend: Array Boolean Constructor Date DomNode Error Function Namespace Number Object RegExp Singleton String

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

Method Summary

Event Summary

Attached Objects

Properties

eventNameWheel
hasDragged
true if last drag start was followed by a move

Methods

activate
Activates the receiver by connecting it to its sources of events.
assignInputs
ParameterTypeDescription
assignments
deactivate
Disconnects all connections by going to the null state
eventButtonIsLeft
ParameterTypeDescription
e
eventButtonIsMiddle
ParameterTypeDescription
e
eventButtonIsRight
ParameterTypeDescription
e
eventClientLocation
returns pointer position associated with the given event
ParameterTypeDescription
e
eventPageLocation
returns pointer position associated with the given event
ParameterTypeDescription
e
eventWheelAmmount
ParameterTypeDescription
e
getConnections
return the eventMap
getEnabled
initialize
Initializes the interactor to work with the given handle
ParameterTypeDescription
handleibm_ilog.diagram.editor.adorners.ResizeHandle
initializeFilters
keyPressed
ParameterTypeDescription
ids
e
overrideConnections
Override the default event map with the given handlers
ParameterTypeDescription
connections
reactivate
release all the handles and reconnect.
registerHotKeys
setConnections
sets a new connections configuration
ParameterTypeDescription
connections
setEnabled
ParameterTypeDescription
b
setKeyManager
ParameterTypeDescription
keyManager
setManager
ParameterTypeDescription
manager

Events

onDisabled