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.ResizeKeyInteractor

Object » ibm_ilog.diagram.util.HandleSet » ibm_ilog.diagram.interactors.Interactor » ibm_ilog.diagram.editor.interactors.ResizeKeyInteractor
dojo.require("ibm_ilog.diagram.editor.interactors.ResizeKeyInteractor");

This Interactor manages the graphElements resizing through the keyboard interaction. This Interactor have 8 connections: reduceWidth, fineReduceWidth, increaseWidth, fineIncreaseWidth, reduceHeight, fineReduceHeight, increaseHeight, fineIncreaseHeight.

Property Summary

Method Summary

Event Summary

Properties

KeyInteractorId

Methods

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
fineIncreaseHeight
Finely increases the focused element height from the right bottom corner
ParameterTypeDescription
e
fineIncreaseWidth
Finely increases the focused element width from the right bottom corner
ParameterTypeDescription
e
fineReduceHeight
Finely reduces the focused element height from the right bottom corner
ParameterTypeDescription
e
fineReduceWidth
Finely reduces the focused element width from the right bottom corner
ParameterTypeDescription
e
getDefaultConnections
returns the default event mapping
getFineIncrement
gets the resize fine increment
getIncrement
gets the resize increment
getKeyInteractorId
returns the Interactor Id
increaseHeight
Increases the focused element height from the right bottom corner
ParameterTypeDescription
e
increaseWidth
Increases the focused element width from the right bottom corner
ParameterTypeDescription
e
initialize
initialize the new instance.
ParameterTypeDescription
diagramibm_ilog.diagram.widget.Diagramthe associated diagram.
keyPressed
ParameterTypeDescription
ids
e
overrideConnections
Override the default event map with the given handlers
ParameterTypeDescription
connections
reactivate
release all the handles and reconnect.
reduceHeight
Reduces the focused element height from the right bottom corner
ParameterTypeDescription
e
reduceWidth
Reduces the focused element width from the right bottom corner
ParameterTypeDescription
e
setConnections
sets a new connections configuration
ParameterTypeDescription
connections
setEnabled
ParameterTypeDescription
b
setFineIncrement
sets the resize fine increment
ParameterTypeDescription
incrementintegerthe fine increment to be set
setIncrement
sets the resize increment
ParameterTypeDescription
incrementintegerthe increment to be set
setKeyManager
ParameterTypeDescription
keyManager
setManager
ParameterTypeDescription
manager

Events