ibm_ilog.diagram.interactors.Interactor (version 1.1-SNAPSHOT)
Object » ibm_ilog.diagram.util.HandleSet » ibm_ilog.diagram.interactors.Interactor
dojo.require("ibm_ilog.diagram.interactors.Interactor");
The
Property Summary
Method Summary
- activate() Activates "idle" state
- assignInputs(assignments)
- constructor()
- 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() This function has to be overriden by subclasses, and used to return the default event map for the Interactor
- getEnabled()
- gfxConnector(src, evt, object, handler)
- gfxDisconnector(handle, src)
- 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
Properties
Methods
Defined by ibm_ilog.diagram.util.HandleSet
returns pointer position associated with the given event
Parameter | Type | Description |
---|---|---|
e |
This function has to be overriden by subclasses, and used to return the default event map for the Interactor
Override the default event map with the given handlers
Parameter | Type | Description |
---|---|---|
connections |