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

ibm_ilog.diagram.interactors.Navigator

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

This Interactor manages the naviagation of the graph through the keyboard interaction. This Interactor have 5 connections: changeNavigatorStyle, clearFocusedElement, backward, forward, previous, next.

Method Summary

Event Summary

Methods

assignInputs
ParameterTypeDescription
assignments
backward
ParameterTypeDescription
e
changeNavigatorStyle
switches the navigation style
ParameterTypeDescription
e
clearFocusedElement
clears the focus.
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
forward
ParameterTypeDescription
e
getDefaultConnections
returns the default event mapping
getKeyInteractorId
returns the Interactor Id
initialize
initialize the new instance.
ParameterTypeDescription
diagramibm_ilog.diagram.widget.Diagramthe associated diagram.
keyPressed
ParameterTypeDescription
ids
e
next
ParameterTypeDescription
e
overrideConnections
Override the default event map with the given handlers
ParameterTypeDescription
connections
previous
ParameterTypeDescription
e
reactivate
release all the handles and reconnect.
setConnections
sets a new connections configuration
ParameterTypeDescription
connections
setEnabled
ParameterTypeDescription
b
setKeyManager
ParameterTypeDescription
keyManager
setManager
ParameterTypeDescription
manager
setNavigationStyle
one of the navigation styles
ParameterTypeDescription
stylenumberone of the navigation styles

Events