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

EToyChatMorph new open setIPAddress: '1.2.3.4'

"
EToyChatMorph represents a chat session with another person. Type your message in the top text pane and press cmd-S.
"

instance methods
  as yet unclassified
  acceptTo:forMorph:
appendMessage:
chatFrom:name:text:
getChoice:
improveText:forMorph:
initialize
insetTheScrollbars
ipAddress
open
openIn:
rebuild
recipientForm:
reportError:
setIPAddress:
standardBorderColor
startOfMessageFromMe
toggleChoice:
transmittedObjectCategory

  object fileIn
 

class methods
  as yet unclassified
  chatFrom:name:text:
chatWindowForIP:name:picture:inWorld:
descriptionForPartsBin
doChatsInternalToBadge
instanceForIP:inWorld:

instance methods
  as yet unclassified top  
 

acceptTo:forMorph:


 

appendMessage:


 

chatFrom:name:text:


 

getChoice:


 

improveText:forMorph:


 

initialize


 

insetTheScrollbars


 

ipAddress


 

open


 

openIn:

open an a chat window


 

rebuild


 

recipientForm:


 

reportError:


 

setIPAddress:


 

standardBorderColor


 

startOfMessageFromMe


 

toggleChoice:


 

transmittedObjectCategory


  object fileIn top  

class methods
  as yet unclassified top  
 

chatFrom:name:text:


 

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!


 

doChatsInternalToBadge


 

instanceForIP:inWorld: