ibm_ilog.diagram.widget.ScrollbarInteractor
Object » ibm_ilog.diagram.util.HandleSet » ibm_ilog.diagram.interactors.Interactor » ibm_ilog.diagram.interactors.DragInteractor » ibm_ilog.diagram.widget.ScrollbarInteractor
dojo.require("ibm_ilog.diagram.widget.ScrollbarInteractor");
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(viewport, scrollbar)
- 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
Methods
Defined by 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 |
Overrides 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
Parameter | Type | Description |
---|---|---|
viewport | ibm_ilog.diagram.widget.Viewport | |
scrollbar | ibm_ilog.diagram.widget.ScrollbarHudComponent |
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