GoXam for WPF v3
DraggingTool Class Methods


Northwoods.GoXam.Tool Namespace : DraggingTool Class

For a list of all members of this type, see DraggingTool members.

Public Methods
 NameDescription
Public MethodConvert an IDataObject into an Northwoods.GoXam.Model.IDataCollection.  
Public MethodOverloaded.  (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.UIElement)
Public MethodOverloaded.  (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.FrameworkElement)
Public Method (Inherited from System.Windows.UIElement)
Public MethodOverloaded.  (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.FrameworkElement)
Public MethodOverloaded.  (Inherited from System.Windows.FrameworkElement)
Public MethodOverloaded.  (Inherited from System.Windows.FrameworkElement)
Public MethodOverridden.  This predicate is used by the diagram to decide if this tool can be started.  
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.UIElement)
Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method Find the actual collection of nodes and links to be moved or copied, given an initial collection.  
Public MethodOverridden. This method is called by the diagram after setting Northwoods.GoXam.Diagram.CurrentTool, to make the new tool active.  
Public MethodOverridden.  The diagram will call this method when the user wishes to cancel the current tool's operation.  
Public MethodThis method is called by the diagram on the old tool when Northwoods.GoXam.Diagram.CurrentTool is set to a new tool. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Public MethodUpdate the DragEventArgs.Effects.  
Public Method If no drop is allowed, remove any temporary copied parts.  
Public Method For copies or external moves, create and move copied parts for the drag-and-drop data.  
Public Method Perform the drop of a drag-and-drop.  
Public Method By default this does nothing.  
Public MethodOverridden.  The diagram will call this method upon a key down event.  
Public MethodOverridden.  The diagram will call this method upon a key up event.  
Public Method The diagram will call this method upon a mouse down event. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Public MethodOverridden.  The diagram will call this method upon a mouse move event.  
Public MethodOverridden.  The diagram will call this method upon a mouse up event.  
Public Method The diagram will call this method as the mouse wheel is rotated. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Public MethodIf the user hits the ESCAPE key, call DoCancel to abort this tool.  
Public Method This method is called by the diagram when this tool becomes the current tool. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Public MethodOverridden.  This method is called by the diagram when this tool stops being the current tool.  
Public Method (Inherited from System.Windows.FrameworkElement)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.Media.Visual)
Public Method (Inherited from System.Windows.FrameworkElement)
Public Method (Inherited from System.Windows.FrameworkElement)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.FrameworkElement)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.Media.Visual)
Public Method (Inherited from System.Windows.Media.Visual)
Public MethodThis predicate is called to determine whether a Northwoods.GoXam.Node may be reconnected by DropOnto.  
Public MethodThis predicate is called to determine whether a Northwoods.GoXam.Node may be added as a member of the Northwoods.GoXam.Group group by DropOnto.  
Public MethodDecide whether an IDataObject is suitable for copying into this diagram's model.  
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.FrameworkElement)
Public MethodMove a collection of Northwoods.GoXam.Parts by a given offset.  
Public Method (Inherited from System.Windows.FrameworkElement)
Public Method (Inherited from System.Windows.Media.Visual)
Public Method (Inherited from System.Windows.Media.Visual)
Public Method (Inherited from System.Windows.FrameworkElement)
Public MethodOverloaded. Raise a RoutedEvent on the Diagram. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.FrameworkElement)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.UIElement)
Public MethodOverloaded.  (Inherited from System.Windows.FrameworkElement)
Public Method (Inherited from System.Windows.DependencyObject)
Public Method (Inherited from System.Windows.FrameworkElement)
Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
Public MethodIf the Northwoods.GoXam.Diagram.CurrentTool is this tool, stop this tool and start the Northwoods.GoXam.Diagram.DefaultTool by making it be the new current tool. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Public MethodOverloaded.  (Inherited from System.Windows.Media.Visual)
Public Method (Inherited from System.Windows.Media.Visual)
Public Method (Inherited from System.Windows.Media.Visual)
Public Method (Inherited from System.Windows.UIElement)
Public Method (Inherited from System.Windows.FrameworkElement)
Public Method (Inherited from System.Windows.FrameworkElement)
Public Method The diagram asks each tool to update any adornments the tool might use for a given part. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Public Method (Inherited from System.Windows.FrameworkElement)
Public Method (Inherited from System.Windows.UIElement)
Top
Protected Methods
 NameDescription
Protected Method (Inherited from System.Windows.Media.Visual)
Protected Method (Inherited from System.Windows.FrameworkElement)
Protected Method (Inherited from System.Windows.FrameworkElement)
Protected MethodThis calls UIElement.CaptureMouse on the Diagram's Northwoods.GoXam.Diagram.Panel. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected Method Determine the focus point or hot-spot point for an external drag.  
Protected Method This method computes the new location for a node, given a new desired location and a dictionary of dragged parts.  
Protected MethodDetermine if the currently dragged selection (DraggedParts or CopiedParts) would be valid to be dropped onto the target part p, depending on its Northwoods.GoXam.Part.DropOntoBehavior.  
Protected MethodThis predicate is true if the given snapper node can control the movement of the given moving node.  
Protected MethodCall DragDrop.DoDragDrop.  
Protected Method Start a drag-and-drop operation.  
Protected Method Affect some stationary unselected objects that are under a given point, and consider auto-scrolling.  
Protected Method Perform any additional side-effects after a drop.  
Protected MethodGiven a handle element in an adornment, return its adornment's Northwoods.GoXam.Adornment.AdornedElement. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected MethodGiven a handle element in an adornment, return its adornment's Northwoods.GoXam.Adornment.AdornedPart. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected MethodGiven a handle element, return its containing Northwoods.GoXam.Adornment. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected MethodReturn the selectable and movable/copyable Northwoods.GoXam.Part at the mouse-down point.  
Protected MethodOverloaded. Search up the chain of parent visual elements starting with the given element to find one for which pred is true (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected MethodFind a Northwoods.GoXam.Part at the given point, perhaps requiring it to be Northwoods.GoXam.Part.Selectable. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected Method Find an element at the given point that is a tool handle. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected Method (Inherited from System.Windows.FrameworkElement)
Protected Method (Inherited from System.Windows.FrameworkElement)
Protected Method Return how much the wheel has turned. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected MethodOverloaded.  (Inherited from System.Windows.UIElement)
Protected Method Return true when the alt key modifier is pressed. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected Method Return true when the last mouse point is far enough away from the first mouse down point to constitute a drag operation instead of just a potential click. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected Method Return true when the control key modifier is pressed. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected Method Return true when the last mouse down event occurred very close to and very soon after the previous mouse down event. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected Method Return true when the left mouse button is pressed during a mouse button event. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected Method Return true when the right mouse button is pressed during a mouse button event. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected Method Return true when the shift key modifier is pressed. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected MethodCreate a representation of the Parts that are being dragged when IsRealtime is false.  
Protected Method This predicate is true when the view allows objects to be copied and inserted, and some object in the diagram's selection is copyable, and the user is holding down the Control key.  
Protected Method This predicate is true if the user may copy the selection on an external drag-and-drop.  
Protected Method This predicate is true if the user may copy the selection on an internal drag-and-drop.  
Protected Method This predicate is true when the view allows objects to be moved, and some object in the Selection is movable.  
Protected Method This predicate is true if the user may move the selection on an external drag-and-drop.  
Protected Method This predicate is true if the user may move the selection on an internal drag-and-drop.  
Protected Method (Inherited from System.Windows.FrameworkElement)
Protected Method (Inherited from System.Windows.FrameworkElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.FrameworkElement)
Protected Method (Inherited from System.Windows.FrameworkElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.Media.Visual)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.FrameworkElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.FrameworkElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.FrameworkElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.FrameworkElement)
Protected Method (Inherited from System.Windows.FrameworkElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected Method (Inherited from System.Windows.UIElement)
Protected MethodThis calls UIElement.ReleaseMouseCapture on the Diagram's Northwoods.GoXam.Diagram.Panel. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected Method (Inherited from System.Windows.Media.Visual)
Protected Method Compute the new location for a node, given another node that is controlling its movement.  
Protected MethodOverridden.  Implement the standard behavior for selecting parts with the mouse, depending on the control and shift modifier keys.  
Protected Method Implement the standard behavior for mouse wheel events. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected MethodCall Northwoods.GoXam.Diagram.StartTransaction with the given transaction name. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Protected MethodIf TransactionResult is null, call Northwoods.GoXam.Diagram.RollbackTransaction, otherwise call Northwoods.GoXam.Diagram.CommitTransaction. (Inherited from Northwoods.GoXam.Tool.DiagramTool)
Top
See Also

Reference

DraggingTool Class
Northwoods.GoXam.Tool Namespace