Sydney

Class DragEvent

Object
   |
   +--DragEvent

class DragEvent

Defined in dnd.js


Field Summary
 boolean continueDrag
          A boolean indicating whether or not to continue the drag operation.
 Point mouse
          The mouse co-ordinates, relative to the parent of the widget being dragged, at the time of the event.
 Point widget
          The co-ordinates of the widget being dragged, relative to its parent, at the time of the event.
 Point widgetDelta
          A vector describing the widget's change in position from the start of the drag to now.
 
Constructor Summary
DragEvent (<Point> mouse, <Point> widget, widgetDelta)
            Creates an object to pass information about a drag event to interested listeners.
 
Method Summary
 string toString()
           Returns a string-representation of this DragEvent.

Field Detail

continueDrag

boolean continueDrag

mouse

Point mouse

widget

Point widget

widgetDelta

Point widgetDelta

Constructor Detail

DragEvent

function DragEvent(<Point> mouse, <Point> widget, widgetDelta)
Method Detail

toString

string toString()

Sydney

SourceForge.net Logo