Squeak Class Documentation category index | class index  
 
DropEvent
  category: Morphic-Events
  superclass: MorphicEvent
  subclasses: DropFilesEvent

No comment. Sorry.

instance methods
  accessing
  contents
cursorPoint
position
type
wasHandled
wasHandled:

  dispatching
  sentTo:

  initialize
  copyHandlerState:
resetHandlerFields

  printing
  printOn:

  private
  setPosition:contents:hand:

  testing
  isDropEvent

  transforming
  transformBy:
transformedBy:

class methods
  no messages
 

instance methods
  accessing top  
 

contents


 

cursorPoint

For compatibility with mouse events


 

position


 

type

Return a symbol indicating the type this event.


 

wasHandled

Return true if this event was handled. May be ignored for some types of events.


 

wasHandled:

Determine if this event was handled. May be ignored for some types of events.


  dispatching top  
 

sentTo:

Dispatch the receiver into anObject


  initialize top  
 

copyHandlerState:

Copy the handler state from anEvent. Used for quickly transferring handler information between transformed events.


 

resetHandlerFields

Reset anything that is used to cross-communicate between two eventual handlers during event dispatch


  printing top  
 

printOn:

Append to the argument, aStream, a sequence of characters that
identifies the receiver.


  private top  
 

setPosition:contents:hand:


  testing top  
 

isDropEvent


  transforming top  
 

transformBy:

Transform the receiver into a local coordinate system.


 

transformedBy:

Return the receiver transformed by the given transform into a local coordinate system.


class methods
  no messages top