Squeak Class Documentation category index | class index  
 
EToyMultiChatMorph
  category: Morphic-Collaborative
  superclass: EToyChatMorph
  subclasses:

No comment. Sorry.

instance methods
  as yet unclassified
  acceptDroppingMorph:event:
acceptTo:forMorph:
chatFrom:name:text:
editEvent:for:
initialize
rebuild
standardBorderColor
transmittedObjectCategory
updateIPAddressField:
wantsDroppedMorph:event:

class methods
  as yet unclassified
  chatWindowForIP:name:picture:inWorld:
descriptionForPartsBin

instance methods
  as yet unclassified top  
 

acceptDroppingMorph:event:

This message is sent when a morph is dropped onto a morph that has agreed to accept the dropped morph by responding 'true' to the wantsDroppedMorph:Event: message. This default implementation just adds the given morph to the receiver.


 

acceptTo:forMorph:


 

chatFrom:name:text:


 

editEvent:for:


 

initialize


 

rebuild


 

standardBorderColor


 

transmittedObjectCategory


 

updateIPAddressField:


 

wantsDroppedMorph:event:

Return true if the receiver wishes to accept the given morph, which is being dropped by a hand in response to the given event. Note that for a successful drop operation both parties need to agree. The symmetric check is done automatically via aMorph wantsToBeDroppedInto: self.


class methods
  as yet unclassified top  
 

chatWindowForIP:name:picture:inWorld:


 

descriptionForPartsBin

If the receiver is a member of a class that would like to be represented in a parts bin, answer the name by which it should be known, and a documentation string to be provided, for example, as balloon help. When the 'nativitySelector' is sent to the 'globalReceiver', it is expected that some kind of Morph will result. The parameters used in the implementation below are for documentation purposes only!