ibm_ilog.diagram.interactors.MarqueeSelectionInteractor
Object » ibm_ilog.diagram.util.HandleSet » ibm_ilog.diagram.interactors.Interactor » ibm_ilog.diagram.interactors.DragInteractor » ibm_ilog.diagram.interactors.MarqueeSelectionInteractor
dojo.require("ibm_ilog.diagram.interactors.MarqueeSelectionInteractor");
This function provides the functionality to manage marquee selection events on links and nodes. TODO this function should be in a tool TODO this function should be in a tool
Property Summary
- all
- eventNameWheel
- hasDragged true if last drag start was followed by a move
- topLevelOnly
- topParent
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()
- getMode() gets the marquee mode
- initialize(viewport, selection) creates a new instance, sets the viewport appropriate elements from where to connect and set the default event mapping. If the given root is not a viewport, the standard selection is activated
- initializeFilters()
- isPartialSelectionEnabled() gets if the marquee selects partial bounded elements.
- 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)
- setMarqueeStyle(style) set the marquee style
- setMode(mode) sets the marquee mode
- setPartialSelectionEnabled(partial) sets if the marquee selects partial bounded elements.
- toString()
Event Summary
Properties
Defined by ibm_ilog.diagram.util.HandleSet
true if last drag start was followed by a move
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
creates a new instance, sets the viewport appropriate elements from where to connect and set the default event mapping.
If the given root is not a viewport, the standard selection is activated
Parameter | Type | Description |
---|---|---|
viewport | ||
selection |
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 |
sets if the marquee selects partial bounded elements.
Parameter | Type | Description |
---|---|---|
partial |
Defined by ibm_ilog.diagram.util.HandleSet
Events
Defined by ibm_ilog.diagram.util.HandleSet
Defined by ibm_ilog.diagram.util.HandleSet