Squeak Class Documentation category index | class index  
 
CelesteComposition
  category: Network-Mail Reader
  superclass: Model
  subclasses: FancyCelesteComposition AdHocComposition

a message being composed. When finished, it will be submitted via a Celeste.

instance methods
  access
  messageText
messageText:
submit

  initialization
  celeste:initialText:

  interface
  addAttachment
open
openInMVC
openInMorphic

  private
  breakLines:atWidth:
breakLinesInMessage:

class methods
  instance creation
  celeste:initialText:
openForCeleste:initialText:

instance methods
  access top  
 

messageText

return the current text


 

messageText:

change the current text


 

submit

submit the message


  initialization top  
 

celeste:initialText:


  interface top  
 

addAttachment


 

open

open an interface


 

openInMVC


 

openInMorphic

open an interface for sending a mail message with the given initial
text


  private top  
 

breakLines:atWidth:

break lines in the given string into shorter lines


 

breakLinesInMessage:

reformat long lines in the specified message into shorter ones


class methods
  instance creation top  
 

celeste:initialText:

create an instance for the given mail reader, editting the given text


 

openForCeleste:initialText:

open a composition window for the given mail reader, editting the given text